We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee2116 commit 080094fCopy full SHA for 080094f
1 file changed
plexapi/__init__.py
@@ -17,8 +17,7 @@
17
PROJECT = 'PlexAPI'
18
VERSION = __version__ = const.__version__
19
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
20
-DATETIME_TIMEZONE = GLOBAL_DATETIME_TIMEZONE
21
-setDatetimeTimezone(CONFIG.get('plexapi.timezone', False)) # Sets the DATETIME_TIMEZONE global variable
+DATETIME_TIMEZONE = setDatetimeTimezone(CONFIG.get('plexapi.timezone', False)) # Sets and returns the DATETIME_TIMEZONE global variable
22
23
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
24
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)
0 commit comments