1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

scope fixes; put uptime to conf()

This commit is contained in:
urlbot
2014-09-27 05:59:35 +02:00
parent 60285089fe
commit 2714858b1e
3 changed files with 6 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ def command_uptime(args):
}
if 'uptime' in args['data']:
u = int(uptime + time.time())
u = int(conf('uptime') + time.time())
plural_uptime = 's'
plural_request = 's'