mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 16:13:41 +00:00
Fix duplicate torrent loading again..
This commit is contained in:
parent
967f0a6a78
commit
68e5745e02
@ -1021,6 +1021,7 @@ likely the tracker did not responsd in utf-8."
|
||||
except DelugeError, e:
|
||||
to_remove.append(torrent)
|
||||
raise e
|
||||
continue
|
||||
except Exception, e:
|
||||
print "Unable to add torrent: ", e
|
||||
to_remove.append(torrent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user