From 455ce3400fbfe08c54266423c29f8af4bf6b3646 Mon Sep 17 00:00:00 2001 From: UltraDesu Date: Sun, 24 May 2020 23:13:25 +0300 Subject: [PATCH] Fix /list style --- gaspar/gaspar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gaspar/gaspar.py b/gaspar/gaspar.py index 6df8490..29a06f8 100644 --- a/gaspar/gaspar.py +++ b/gaspar/gaspar.py @@ -68,7 +68,8 @@ def main(): alert['topic_title'], alert['size'], alert['info_hash'], - alert['reg_time']) + alert['reg_time'], + pre="\n") update.message.reply_text(msg, parse_mode='HTML', disable_web_page_preview=True)