From ad9a02c6139a17e3796439c854db1d67e62cd2bf Mon Sep 17 00:00:00 2001
From: John Xina <bingchilling@riseup.net>
Date: Mon, 19 Feb 2024 22:09:36 +0800
Subject: [PATCH] Correct the previous README

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 94736ec..71b724f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ $ cd rat
 $ virtualenv venv
 $ . venv/bin/activate
 (venv) $ pip install -r requirements.txt
-(venv) $ patch -p1 < aiotieba-handle-exception-expose.patch
 ```
 
 若 `patch` 命令提示需要文件路径,输入对应路径即可。
@@ -20,7 +19,7 @@ $ . venv/bin/activate
 调试运行(已知在生产环境下有内存溢出):
 
 ```
-(venv) $ python main.py
+(venv) $ python app.py
 ```
 
 生产环境运行:
-- 
GitLab