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:
|
except DelugeError, e:
|
||||||
to_remove.append(torrent)
|
to_remove.append(torrent)
|
||||||
raise e
|
raise e
|
||||||
|
continue
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "Unable to add torrent: ", e
|
print "Unable to add torrent: ", e
|
||||||
to_remove.append(torrent)
|
to_remove.append(torrent)
|
||||||
|
|
Loading…
Reference in New Issue