From a6f686dd39805d4ac8b1b14c4cbab9e535b148f8 Mon Sep 17 00:00:00 2001 From: estevanbs Date: Fri, 4 Oct 2024 14:56:55 -0300 Subject: [PATCH] fix: update timezone comment with correct file path --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f3a3861..f5e036c 100644 --- a/main.py +++ b/main.py @@ -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 = ''