ANother test

This commit is contained in:
echel0n 2014-04-23 00:57:00 -07:00
parent e715ab6940
commit f58fb27ada
2 changed files with 1 additions and 2 deletions

View File

@ -1666,4 +1666,3 @@ def getEpList(epIDs, showid=None):
epList.append(curEpObj)
return epList

View File

@ -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()