mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix duplicate torrent loading again..
This commit is contained in:
parent
967f0a6a78
commit
68e5745e02
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue