mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
allow manual run nzbname.
This commit is contained in:
parent
2c59c64db6
commit
d61f647cf0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue