remove stupid raise
This commit is contained in:
parent
a624ff5557
commit
9b170fe759
|
@ -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…
Reference in New Issue