finish revert i hope

This commit is contained in:
Marcos Pinto 2007-08-08 22:06:13 +00:00
parent b5e898721d
commit 4e22511d5a

View File

@ -963,7 +963,8 @@ class DelugeGTK:
max_connections = _("Unlimited") max_connections = _("Unlimited")
else: else:
max_connections = int(self.config.get("max_connections_global")) 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']) dltotal = common.fsize(core_state['total_downloaded'])
ultotal = common.fsize(core_state['total_uploaded']) ultotal = common.fsize(core_state['total_uploaded'])