1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 05:41:29 +08:00

Opt: Ensure no-cache

This commit is contained in:
18870
2022-01-06 23:04:56 +08:00
parent 907d37e501
commit 1263d72d53
2 changed files with 63 additions and 1 deletions

2
gui.py
View File

@@ -883,7 +883,7 @@ if __name__ == "__main__":
AlasGUI().run()
if args.backend == 'starlette':
from pywebio.platform.fastapi import start_server
from module.webui.fastapi import start_server
else:
from pywebio.platform.tornado import start_server