Skip to content

Commit

Permalink
Discord formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 19, 2024
1 parent 5e61a52 commit 0e4edaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/upgradinatorr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 0e4edaa

Please sign in to comment.