Skip to content

Commit

Permalink
Update with missing Exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 17, 2024
1 parent 56f3dbd commit cf5e8e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,9 @@ def setting(value):
if timezone_source == 'default':
timezone = 'America/New_York'
entry = timezone

except Exception as e:
print("Encountered an error while parsing timezone settings:")
print(f"{e}")

elif use_local == False:
print("Using default Plex Meta Manager timezone for TMDB Discover builder")
Expand Down

0 comments on commit cf5e8e4

Please sign in to comment.