mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
ANother test
This commit is contained in:
parent
e715ab6940
commit
f58fb27ada
2 changed files with 1 additions and 2 deletions
|
@ -1666,4 +1666,3 @@ def getEpList(epIDs, showid=None):
|
||||||
epList.append(curEpObj)
|
epList.append(curEpObj)
|
||||||
|
|
||||||
return epList
|
return epList
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ class CheckVersion():
|
||||||
updated = sickbeard.versionCheckScheduler.action.update()
|
updated = sickbeard.versionCheckScheduler.action.update()
|
||||||
if updated:
|
if updated:
|
||||||
logger.log(u"Update was successfull, restarting SickBeard ...")
|
logger.log(u"Update was successfull, restarting SickBeard ...")
|
||||||
sickbeard.restart()
|
sickbeard.restart(False)
|
||||||
|
|
||||||
# refresh scene exceptions too
|
# refresh scene exceptions too
|
||||||
scene_exceptions.retrieve_exceptions()
|
scene_exceptions.retrieve_exceptions()
|
||||||
|
|
Loading…
Reference in a new issue