This commit is contained in:
Clinton Hall 2014-04-01 22:19:27 +10:30
commit 2d57f9c581

View file

@ -167,7 +167,7 @@ def processEpisode(dirName, nzbName=None, failed=False, clientAgent=None, inputC
del params[param] del params[param]
# delete any unused params so we don't pass them to SB by mistake # delete any unused params so we don't pass them to SB by mistake
[params.pop(k) for k,v in params.iteritems() if v is None] [params.pop(k) for k,v in params.items() if v is None]
if status == 0: if status == 0:
Logger.info("The download succeeded. Sending process request to SickBeard's %s branch", fork) Logger.info("The download succeeded. Sending process request to SickBeard's %s branch", fork)