From 68e5745e0271c6c85a75549c0a70bcfd251fd95d Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 16 Feb 2008 06:09:04 +0000 Subject: [PATCH] Fix duplicate torrent loading again.. --- src/core.py | 1 + 1 file changed, 1 insertion(+) 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)