Fixed preformatted text stuff

This commit is contained in:
j4nk 2024-07-28 13:37:00 -04:00
parent 6362ab36f9
commit 91ca14b64d
1 changed files with 2 additions and 1 deletions

3
bot.py
View File

@ -108,8 +108,9 @@ class QBittorrentAPICaller():
for p in parsed:
to_ret += (self.truncate_string(p["name"]) if modifier == "full" else p["name"]) + "\n"
to_ret += "--\n```"
to_ret += "--\n"
to_ret += "```"
return to_ret
def add(self, url, username):