really fix uptime.

This commit is contained in:
Thorsten S
2015-12-21 00:15:08 +01:00
parent 8368589950
commit 13290f2c76

View File

@@ -386,7 +386,7 @@ def command_uptime(argv, **args):
if 'uptime' != argv[0]:
return
u = int(config.conf_get('uptime') + time.time())
u = int(config.runtimeconf_get('start_time') + time.time())
plural_uptime = 's'
plural_request = 's'