mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +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)
|
||||
|
||||
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 a new issue