mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
Revert "Fix #1338 Seeds and Peers totals not updating"
Did not fix the issue. This reverts commit 1a9ae626693623273c7a48ff8c29037cd73c15b2.
This commit is contained in:
parent
9ed155c456
commit
1c8327034d
@ -645,8 +645,8 @@ class Torrent(object):
|
||||
"total_done": self.status.total_done,
|
||||
"total_payload_download": self.status.total_payload_download,
|
||||
"total_payload_upload": self.status.total_payload_upload,
|
||||
"total_peers": self.status.list_peers - self.status.list_seeds,
|
||||
"total_seeds": self.status.list_seeds,
|
||||
"total_peers": self.status.num_incomplete,
|
||||
"total_seeds": self.status.num_complete,
|
||||
"total_uploaded": self.status.all_time_upload,
|
||||
"total_wanted": self.status.total_wanted,
|
||||
"tracker": self.status.current_tracker,
|
||||
|
Loading…
x
Reference in New Issue
Block a user