From 7ad16731fdace63719741229177add377f5dae10 Mon Sep 17 00:00:00 2001 From: zwssunny Date: Sun, 5 Mar 2023 17:54:00 +0800 Subject: [PATCH] =?UTF-8?q?scripts/=E7=9B=AE=E5=BD=95=E6=9C=89=E7=9B=B8?= =?UTF-8?q?=E5=BA=94=E7=9A=84=E8=84=9A=E6=9C=AC=E5=8F=AF=E4=BB=A5=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=9C=8D=E5=8A=A1=E5=99=A8=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3948efc..a750378 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ touch nohup.out # 首次运行需要新建日 nohup python3 app.py & tail -f nohup.out # 在后台运行程序并通过日志输出二维码 ``` 扫码登录后程序即可运行于服务器后台,此时可通过 `ctrl+c` 关闭日志,不会影响后台程序的运行。使用 `ps -ef | grep app.py | grep -v grep` 命令可查看运行于后台的进程,如果想要重新启动程序可以先 `kill` 掉对应的进程。日志关闭后如果想要再次打开只需输入 `tail -f nohup.out`。 +scripts/目录有相应的脚本可以调用 > **注意:** 如果 扫码后手机提示登录验证需要等待5s,而终端的二维码再次刷新并提示 `Log in time out, reloading QR code`,此时需参考此 [issue](https://github.com/zhayujie/chatgpt-on-wechat/issues/8) 修改一行代码即可解决。