From 6c2437b4bbfc7b868516c85ca7602df99944a049 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Dec 2025 17:06:09 +0000 Subject: [PATCH] Indentation --- gemini.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemini.py b/gemini.py index 7aa03e33f..b9692f2f2 100644 --- a/gemini.py +++ b/gemini.py @@ -113,8 +113,8 @@ def blog_to_gemini(base_dir: str, nickname: str, domain: str, # add links to the end of the content if links: content_text += '\n\n' - for link_str in links: - content_text += '=> ' + link_str + '\n' + for link_str in links: + content_text += '=> ' + link_str + '\n' try: with open(gemini_blog_filename, 'w+',