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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user