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