mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
55460a5b94
commit
6c2437b4bb
|
|
@ -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+',
|
||||
|
|
|
|||
Loading…
Reference in New Issue