mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix duplicate torrents on restart.
This commit is contained in:
parent
68e5745e02
commit
5ca14dbfba
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ likely the tracker did not responsd in utf-8."
|
||||||
torrent.save_dir,
|
torrent.save_dir,
|
||||||
torrent.compact)
|
torrent.compact)
|
||||||
except DelugeError, e:
|
except DelugeError, e:
|
||||||
to_remove.append(torrent)
|
del self.state.torrents[torrent]
|
||||||
raise e
|
raise e
|
||||||
continue
|
continue
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue