1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 11:31:30 +08:00

Fix: .* can trigger reload

This commit is contained in:
18870
2022-01-10 00:53:12 +08:00
parent cb3249deb6
commit d2b7eec381

2
gui.py
View File

@@ -28,4 +28,4 @@ if __name__ == '__main__':
pass pass
uvicorn.run('module.webui.app:app', host=host, port=port, factory=True, uvicorn.run('module.webui.app:app', host=host, port=port, factory=True,
reload=True, reload_includes=['reloadflag', '.*'], reload_excludes=['*.py']) reload=True, reload_includes=['reloadflag'], reload_excludes=['*.py'])