自动移除,不再分析被 block 了的群组

This commit is contained in:
xtaodada 2021-06-20 17:52:35 +08:00
parent 24956305c5
commit 844bbb7331
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
.idea/ .idea/
venv/ venv/
__pycache__/
config.py

View File

@ -171,6 +171,7 @@ def generate(group):
) )
except Exception as e: except Exception as e:
print(e) print(e)
r.delete('{}_chat_content'.format(group))
print("发送结果失败") print("发送结果失败")
# 删除图片 # 删除图片