Skip to content

Commit

Permalink
Missed some color codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Oct 11, 2024
1 parent 49b6f11 commit d85ae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/COMMON.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async def unit3d_torrent_info(self, tracker, torrent_url, search_url, meta, id=N
# Allow user to edit or discard the description
if not (meta.get('blu') or meta.get('aither') or meta.get('lst') or meta.get('oe') or meta.get('tik')) or meta.get('unattended'):
console.print("[cyan]Do you want to edit, discard or keep the description?[/cyan]")
edit_choice = input("[cyan]Enter 'e' to edit, 'd' to discard, or press Enter to keep it as is: [/cyan]")
edit_choice = input("Enter 'e' to edit, 'd' to discard, or press Enter to keep it as is:")

if edit_choice.lower() == 'e':
edited_description = click.edit(description)
Expand Down

0 comments on commit d85ae96

Please sign in to comment.