From 6a3c175169a728a4161dc35f566f82723a1a3906 Mon Sep 17 00:00:00 2001 From: pseusys Date: Sun, 26 Feb 2023 13:34:28 +0100 Subject: [PATCH] lint and section header --- sources/manager_github.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/manager_github.py b/sources/manager_github.py index 69220dc..62ea054 100644 --- a/sources/manager_github.py +++ b/sources/manager_github.py @@ -151,6 +151,6 @@ class GitHubManager: else: DBM.i("Inlining chart...") - hint = f"You can use [this website](https://codebeautify.org/base64-to-image-converter) to view the generated image." + hint = "You can use [this website](https://codebeautify.org/base64-to-image-converter) to view the generated base64 image." encoded_image = f"data:image/png;base64,{b64encode(data).decode('utf-8')}" - return f"
\n\tBase64 encoded image\n\t```\t\n{encoded_image}\t\n```
\n\n{hint}" + return f"
\n {hint}\n ```\n {encoded_image}\n ```
\n"