From fa4fb9be362ec0eca56e5b61fc8c1264ab580bfd Mon Sep 17 00:00:00 2001 From: pseusys Date: Sun, 26 Feb 2023 13:45:48 +0100 Subject: [PATCH] unnecessary tab removed --- sources/manager_github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/manager_github.py b/sources/manager_github.py index 511c6d8..8bff82a 100644 --- a/sources/manager_github.py +++ b/sources/manager_github.py @@ -152,4 +152,4 @@ class GitHubManager: else: DBM.i("Inlining chart...") hint = "You can use [this website](https://codebeautify.org/base64-to-image-converter) to view the generated base64 image." - return f"{hint}\n```\n\tdata:image/png;base64,{b64encode(data).decode('utf-8')}\n```\n\n" + return f"{hint}\n```\ndata:image/png;base64,{b64encode(data).decode('utf-8')}\n```\n\n"