mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
[#2417] Add time_since_download and time_since_upload to torrent status
This commit is contained in:
parent
2be5474f3a
commit
0531276b9b
@ -764,6 +764,8 @@ class Torrent(object):
|
||||
"pieces": self._get_pieces_info,
|
||||
"seed_mode": lambda: self.status.seed_mode,
|
||||
"super_seeding": lambda: self.status.super_seeding,
|
||||
"time_since_download": lambda: self.status.time_since_download,
|
||||
"time_since_upload": lambda: self.status.time_since_upload,
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user