flask webui looking good
This commit is contained in:
@ -1465,6 +1465,7 @@ async def main():
|
||||
|
||||
|
||||
from modules.webui import init_app
|
||||
from modules.storage import init_db
|
||||
|
||||
async def run_flask():
|
||||
# loop = asyncio.get_running_loop()
|
||||
@ -1475,6 +1476,7 @@ async def run_flask():
|
||||
|
||||
async def run_all():
|
||||
await asyncio.gather(
|
||||
init_db(),
|
||||
main(),
|
||||
run_flask()
|
||||
)
|
||||
|
Reference in New Issue
Block a user