summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-02-16 06:09:04 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-02-16 06:09:04 +0000
commit68e5745e0271c6c85a75549c0a70bcfd251fd95d (patch)
tree724429f4ed398b7eb5964f1f526f085e7662dc32
parent967f0a6a78dd3f3678d960510e5f9401884c048e (diff)
downloaddeluge-68e5745e0271c6c85a75549c0a70bcfd251fd95d.tar.gz
deluge-68e5745e0271c6c85a75549c0a70bcfd251fd95d.tar.bz2
deluge-68e5745e0271c6c85a75549c0a70bcfd251fd95d.zip
Fix duplicate torrent loading again..
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index 65611cdd6..fb469977d 100644
--- a/src/core.py
+++ b/src/core.py
@@ -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)