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)