mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
ANother test
This commit is contained in:
parent
e715ab6940
commit
f58fb27ada
@ -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 New Issue
Block a user