mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-16 14:25:12 +00:00
tweak last attribute except
This commit is contained in:
parent
0bec032638
commit
1bf007907c
@ -987,7 +987,7 @@ class Manager:
|
||||
try:
|
||||
up = float((self.unique_IDs[unique_ID].initial_uploaded_memory + self.get_core_torrent_state(unique_ID, False)['total_upload']) / 1024)
|
||||
except AttributeError:
|
||||
up = float(self.get_core_torrent_state(unique_ID, False)['total_upload'] / 1024)
|
||||
up = float((self.unique_IDs[unique_ID].uploaded_memory + self.get_core_torrent_state(unique_ID, False)['total_upload']) / 1024)
|
||||
down = float(torrent_state["total_done"] / 1024)
|
||||
try:
|
||||
ret = up/down
|
||||
|
Loading…
x
Reference in New Issue
Block a user