mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
added Torrent Hash for Deluge.
This commit is contained in:
parent
a63239d61c
commit
a299af5436
2 changed files with 2 additions and 1 deletions
|
@ -369,7 +369,7 @@ def parse_deluge(args):
|
|||
inputDirectory = os.path.normpath(sys.argv[3])
|
||||
inputName = sys.argv[2]
|
||||
inputCategory = '' # We dont have a category yet
|
||||
inputHash = ''
|
||||
inputHash = sys.argv[1]
|
||||
inputID = sys.argv[1]
|
||||
return inputDirectory, inputName, inputCategory, inputHash, inputID
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue