Indentation

main
Bob Mottram 2025-12-29 17:06:09 +00:00
parent 55460a5b94
commit 6c2437b4bb
1 changed files with 2 additions and 2 deletions

View File

@ -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+',