mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2024-12-25 21:08:37 -06:00
Add bell to manual input prompt
A small but significant quality-of-life improvement to get the user's attention when the script stops to wait for them to select a match
This commit is contained in:
parent
d248669ec7
commit
577f7e09b6
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ def getShowByName(name, seasonNo, episodeNo):
|
|||
# then prompt the user to make a selection
|
||||
else:
|
||||
print(
|
||||
f"INFO - MANUAL INPUT REQUIRED: The TV Time data for Show '{name}' (Season {seasonNo}, Episode {episodeNo}) has {len(showsWithSameName)} matching Trakt shows with the same name."
|
||||
f"INFO - MANUAL INPUT REQUIRED: The TV Time data for Show '{name}' (Season {seasonNo}, Episode {episodeNo}) has {len(showsWithSameName)} matching Trakt shows with the same name.\a"
|
||||
)
|
||||
|
||||
# Output each show for manual selection
|
||||
|
|
Loading…
Reference in a new issue