Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

FAQ.md

File metadata and controls

20 lines (14 loc) · 341 Bytes

FAQ

我要怎么登陆一个新用户?

python run.py --new-user

我要怎么让它不自动弹出二维码, 或者使用在没有GUI的环境?

python run.py --no-gui

我要怎么让程序进入DEBUG模式, 显示更详细的服务器响应内容呢?

python run.py --debug