more informations

This commit is contained in:
2020-03-16 15:19:29 +01:00
parent 963fe2a9b6
commit eef7f02512
2 changed files with 2 additions and 1 deletions

View File

@ -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