From 0e4edaa82e201fb2cb435ccd2497c727e23f90e6 Mon Sep 17 00:00:00 2001 From: Drazzilb <65743746+Drazzilb08@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:01:01 -0800 Subject: [PATCH] Discord formatting change --- modules/upgradinatorr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/upgradinatorr.py b/modules/upgradinatorr.py index 9fbcae1..17ff5d5 100755 --- a/modules/upgradinatorr.py +++ b/modules/upgradinatorr.py @@ -263,7 +263,7 @@ def notification(output_dict): torrent_list = [] torrent_list.append(f"{title} ({year})") for torrent_item, format_score in download.items(): - torrent_list.append(f"\t{torrent_item}\n\tCF Score: {format_score}") + torrent_list.append(f"\t{torrent_item}\n\tCF Score: {format_score}\n") else: continue torrent_list.append("\tNo upgrades found for this item.")