allow manual run nzbname.

This commit is contained in:
clinton-hall 2013-06-14 21:59:36 +09:30
parent 2c59c64db6
commit d61f647cf0

View file

@ -65,7 +65,7 @@ def processEpisode(dirName, nzbName=None, status=0):
dirName = watch_dir
params['nzb_folder'] = dirName
if nzbName != None and nzbName != "Manual Run":
if nzbName != None:
params['nzb_name'] = nzbName
myOpener = AuthURLOpener(username, password)