Skip to content

Commit

Permalink
fix: update timezone comment with correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanbs committed Oct 4, 2024
1 parent 2a25344 commit a6f686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def get_system_timezone():
if (timezone == ''):
timezone = get_system_timezone()

if len(timezone) == 0: # if user pressed enter and reading timezone from /etc/timezone failed then default to Amsterdam
if len(timezone) == 0: # if user pressed enter and reading timezone from /etc/localtime failed then default to Amsterdam
timezone = 'Europe/Amsterdam'

plex_claim = ''
Expand Down

0 comments on commit a6f686d

Please sign in to comment.