From 82a5c15bd42e6cbcd259e97b5077f38002087c95 Mon Sep 17 00:00:00 2001 From: j4nk Date: Sun, 28 Jul 2024 13:42:06 -0400 Subject: [PATCH] Made code look better on non-Gajim clients --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index c509c15..7748e97 100644 --- a/bot.py +++ b/bot.py @@ -93,7 +93,7 @@ class QBittorrentAPICaller(): def torrentList(self, modifier=""): the_url = self.url + "/" + "api/v2/torrents/info" - to_ret = "```" + to_ret = "```\n" for f in ["downloading", "completed"]: resp = self.session.post(the_url, data={"filter":f}) if resp.status_code != 200: