mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 06:04:46 +08:00
Fix/server error handling (#212)
* chore: add venv/ to gitignore * fix: add server error handling and graceful shutdown * Fix linting issues in server.py
This commit is contained in:
committed by
GitHub
parent
55ce399969
commit
3ed70e11d5
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ static/browser_history/*.gif
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
venv/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user