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:
2
gui.py
2
gui.py
@@ -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'])
|
||||||
|
|||||||
Reference in New Issue
Block a user