mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Merge branch 'development'
This commit is contained in:
commit
4d618b8da4
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ langdetect
|
|||
Pillow
|
||||
py-pretty
|
||||
pycountry
|
||||
pytz
|
||||
requests
|
||||
subliminal
|
||||
tzlocal
|
||||
|
|
|
@ -7,10 +7,11 @@ from check_update import *
|
|||
|
||||
from apscheduler.schedulers.background import BackgroundScheduler
|
||||
from datetime import datetime
|
||||
import pytz
|
||||
from tzlocal import get_localzone
|
||||
|
||||
if str(get_localzone()) == "local":
|
||||
scheduler = BackgroundScheduler(timezone=utc)
|
||||
scheduler = BackgroundScheduler(timezone=pytz.timezone('UTC'))
|
||||
else:
|
||||
scheduler = BackgroundScheduler()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue