added Torrent Hash for Deluge.

This commit is contained in:
clinton-hall 2013-11-25 12:56:02 +10:30
commit a299af5436
2 changed files with 2 additions and 1 deletions

View file

@ -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