Fix duplicate torrent loading again..

This commit is contained in:
Andrew Resch 2008-02-16 06:09:04 +00:00
parent 967f0a6a78
commit 68e5745e02
1 changed files with 1 additions and 0 deletions

View File

@ -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)