🚈采用fastAPI实现后端,放弃Flask

This commit is contained in:
2024-07-22 10:55:44 +08:00
parent 36a9140dac
commit f4e7750bd2
7 changed files with 66 additions and 20 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
nohup python server.py > grab.log 2>&1 &
nohup python3 server.py > grab.log 2>&1 &