From 016413c60c1b546867f1ed19caf974a95a2a370e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Sun, 29 Dec 2024 20:23:07 +0200
Subject: [PATCH 1/1] Fixed spurious newline
booster.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/booster.py b/booster.py
index 41c735e..3ea9cf0 100755
--- a/booster.py
+++ b/booster.py
@@ -187,7 +187,7 @@ class Tinylog:
output += f'=> gemini://{self.base_url}{cur_month} Archived: {label}\n'
if self.author or self.avatar:
if self.info: output += '\n'
#if self.info: output += '\n'
output += f'author: {self.author}\n'
output += f'avatar: {self.avatar}\n'
if is_editable:
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).