mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -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)
|
||||
|
||||
return epList
|
||||
|
||||
|
@ -63,7 +63,7 @@ class CheckVersion():
|
||||
updated = sickbeard.versionCheckScheduler.action.update()
|
||||
if updated:
|
||||
logger.log(u"Update was successfull, restarting SickBeard ...")
|
||||
sickbeard.restart()
|
||||
sickbeard.restart(False)
|
||||
|
||||
# refresh scene exceptions too
|
||||
scene_exceptions.retrieve_exceptions()
|
||||
|
Loading…
Reference in New Issue
Block a user