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: