mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
minor correction
This commit is contained in:
parent
5c495ca1fa
commit
3f308e21ee
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
Logger.error("MAIN: Failed to connect to uTorrent: %s", e)
|
||||
|
||||
Logger.debug("MAIN: Deleting torrent %s from uTorrent", inputName)
|
||||
utorrentClass.stop(inputHash)
|
||||
utorrentClass.removedata(inputHash)
|
||||
time.sleep(5) # Give uTorrent some time to catch up with the change
|
||||
|
||||
#### quick 'n dirty hardlink solution for uTorrent, need to implent support for deluge, transmission
|
||||
|
@ -155,7 +155,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
Logger.error("MAIN: Failed to connect to uTorrent: %s", e)
|
||||
|
||||
Logger.debug("MAIN: Stoping torrent %s in uTorrent while processing", inputName)
|
||||
utorrentClass.removedata(inputHash)
|
||||
utorrentClass.stop(inputHash)
|
||||
time.sleep(5) # Give uTorrent some time to catch up with the change
|
||||
##### quick 'n dirty hardlink solution for uTorrent, need to implent support for deluge, transmission
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue