forked from Infra/risotto
tiramisu in postgres database
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
from asyncio import get_event_loop
|
||||
from risotto import get_app
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
loop = get_event_loop()
|
||||
loop.run_until_complete(get_app(loop))
|
||||
@ -8,5 +9,3 @@ if __name__ == '__main__':
|
||||
loop.run_forever()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user