mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
remove stupid raise
This commit is contained in:
parent
a624ff5557
commit
9b170fe759
1 changed files with 0 additions and 1 deletions
|
@ -835,7 +835,6 @@ class Manager:
|
|||
except:
|
||||
print "Error probably bad torrent"
|
||||
del self.state.torrents[torrent]
|
||||
raise e
|
||||
|
||||
ret = unique_ID
|
||||
self.unique_IDs[unique_ID] = torrent
|
||||
|
|
Loading…
Add table
Reference in a new issue