mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update tzlocal to v1.5.1
This commit is contained in:
parent
f42581a5a6
commit
dee544c951
9 changed files with 447 additions and 273 deletions
|
@ -1,7 +1,5 @@
|
|||
import sys
|
||||
if sys.platform == 'win32':
|
||||
from tzlocal.win32 import get_localzone, reload_localzone
|
||||
elif 'darwin' in sys.platform:
|
||||
from tzlocal.darwin import get_localzone, reload_localzone
|
||||
else:
|
||||
from tzlocal.unix import get_localzone, reload_localzone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue