ume torrent if not deleting. fixes #352

This commit is contained in:
clinton-hall 2014-04-28 12:02:06 +09:30
commit 7dbc7c8267

View file

@ -558,6 +558,9 @@ def remove_torrent(clientAgent, inputHash, inputID, inputName):
time.sleep(5)
else:
resume_torrent(clientAgent, inputHash, inputID, inputName)
def find_download(clientAgent, download_id):
logger.debug("Searching for Download on %s ..." % (clientAgent))
if clientAgent == 'utorrent':