mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
finish revert i hope
This commit is contained in:
parent
b5e898721d
commit
4e22511d5a
1 changed files with 3 additions and 2 deletions
|
@ -963,7 +963,8 @@ class DelugeGTK:
|
|||
max_connections = _("Unlimited")
|
||||
else:
|
||||
max_connections = int(self.config.get("max_connections_global"))
|
||||
|
||||
dlspeed = common.fspeed(core_state['download_rate'])
|
||||
ulspeed = common.fspeed(core_state['upload_rate'])
|
||||
dltotal = common.fsize(core_state['total_downloaded'])
|
||||
ultotal = common.fsize(core_state['total_uploaded'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue