From 577f7e09b6967fa10ae241576d6e4772c88c32f9 Mon Sep 17 00:00:00 2001 From: Alex M Date: Tue, 3 Jan 2023 22:52:38 -0500 Subject: [PATCH] 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 --- TimeToTrakt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeToTrakt.py b/TimeToTrakt.py index a1f8b6c..eda57d0 100644 --- a/TimeToTrakt.py +++ b/TimeToTrakt.py @@ -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