mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Log colon
This commit is contained in:
parent
dee544c951
commit
c08cec40cb
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def main():
|
||||||
plexpy.SYS_TIMEZONE = str(tzlocal.get_localzone())
|
plexpy.SYS_TIMEZONE = str(tzlocal.get_localzone())
|
||||||
plexpy.SYS_UTC_OFFSET = datetime.datetime.now(pytz.timezone(plexpy.SYS_TIMEZONE)).strftime('%z')
|
plexpy.SYS_UTC_OFFSET = datetime.datetime.now(pytz.timezone(plexpy.SYS_TIMEZONE)).strftime('%z')
|
||||||
except (pytz.UnknownTimeZoneError, LookupError, ValueError) as e:
|
except (pytz.UnknownTimeZoneError, LookupError, ValueError) as e:
|
||||||
logger.error("Could not determine system timezone. %s" % e)
|
logger.error("Could not determine system timezone: %s" % e)
|
||||||
plexpy.SYS_TIMEZONE = 'Unknown'
|
plexpy.SYS_TIMEZONE = 'Unknown'
|
||||||
plexpy.SYS_UTC_OFFSET = '+0000'
|
plexpy.SYS_UTC_OFFSET = '+0000'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue