mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
really fix uptime.
This commit is contained in:
@@ -386,7 +386,7 @@ def command_uptime(argv, **args):
|
|||||||
if 'uptime' != argv[0]:
|
if 'uptime' != argv[0]:
|
||||||
return
|
return
|
||||||
|
|
||||||
u = int(config.conf_get('uptime') + time.time())
|
u = int(config.runtimeconf_get('start_time') + time.time())
|
||||||
plural_uptime = 's'
|
plural_uptime = 's'
|
||||||
plural_request = 's'
|
plural_request = 's'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user