more informations
This commit is contained in:
parent
963fe2a9b6
commit
eef7f02512
@ -6,6 +6,7 @@ if __name__ == '__main__':
|
||||
loop = get_event_loop()
|
||||
loop.run_until_complete(get_app(loop))
|
||||
try:
|
||||
print('HTTP server ready')
|
||||
loop.run_forever()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
@ -71,7 +71,7 @@ class Logger:
|
||||
else:
|
||||
paths_msg = ''
|
||||
if get_config()['global']['debug']:
|
||||
print(_(f'{risotto_context.username}: INFO:{paths_msg}'))
|
||||
print(_(f'{risotto_context.username}: INFO:{paths_msg}: {msg}'))
|
||||
await self.insert(msg,
|
||||
paths_msg,
|
||||
risotto_context,
|
||||
|
Loading…
Reference in New Issue
Block a user