From cbd39afa3629993a4cc85eb5d2346355f21c263d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E9=B8=A1=E9=B8=AD?= <107602367+chase535@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:42:03 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d98d897..5344612 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ FarPash大佬的项目https://github.com/TSIOJeft/WeChatPush 运行前先执行命令 pip3 install -r requirements.txt 安装库文件 -程序配置文件conf.py,首次配置完成后方可运行main.py。若程序正在后台运行,则更改配置后实时生效 +程序配置文件config.py,首次配置完成后方可运行main.py。若程序正在后台运行,则更改配置后实时生效 服务器运行的话可以先python3 main.py登陆一下 然后用 nohup python3 -u main.py > test.log 2>&1 & 命令后台运行