mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Merge remote-tracking branch 'origin/dev'
This commit is contained in:
commit
637d465675
1 changed files with 1 additions and 2 deletions
|
@ -3336,8 +3336,7 @@ class Home(MainHandler):
|
||||||
updated = sickbeard.versionCheckScheduler.action.update() # @UndefinedVariable
|
updated = sickbeard.versionCheckScheduler.action.update() # @UndefinedVariable
|
||||||
if updated:
|
if updated:
|
||||||
# do a hard restart
|
# do a hard restart
|
||||||
if not sickbeard.AUTO_UPDATE:
|
threading.Timer(2, sickbeard.invoke_restart, [False]).start()
|
||||||
threading.Timer(2, sickbeard.invoke_restart, [False]).start()
|
|
||||||
|
|
||||||
t = PageTemplate(file="restart_bare.tmpl")
|
t = PageTemplate(file="restart_bare.tmpl")
|
||||||
return _munge(t)
|
return _munge(t)
|
||||||
|
|
Loading…
Reference in a new issue