From 844bbb73310735eaed5b941aff9339a5357f770e Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sun, 20 Jun 2021 17:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=A7=BB=E9=99=A4=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E5=88=86=E6=9E=90=E8=A2=AB=20block=20?= =?UTF-8?q?=E4=BA=86=E7=9A=84=E7=BE=A4=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- task.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 238eac7..bb5db92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .idea/ -venv/ \ No newline at end of file +venv/ +__pycache__/ +config.py \ No newline at end of file diff --git a/task.py b/task.py index 40a1e51..a792631 100644 --- a/task.py +++ b/task.py @@ -171,6 +171,7 @@ def generate(group): ) except Exception as e: print(e) + r.delete('{}_chat_content'.format(group)) print("发送结果失败") # 删除图片