mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-02 16:15:32 +00:00
fix #72 ui hang
This commit is contained in:
parent
0b4b52d586
commit
0c58504f42
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class torrent_info:
|
|||
self.desired_ratio = 1.0
|
||||
self.trackers = ""
|
||||
self.trackers_changed = 0
|
||||
self.seed_time = 0
|
||||
self.seed_time = 0.0
|
||||
|
||||
self.delete_me = False # set this to true, to delete it on next sync
|
||||
self.del_data = False # set this to true, to delete data on next sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue