PaiGram/core/quiz
Li Chuangbo 10f6e3ae1d
🐛 修复数据库没有 quiz 时启动报错 wrong number of arguments for 'lpush' command
```
在安装插件 "plugins.system.auth.GroupJoiningVerification" 的过程中遇到了错误
ResponseError: wrong number of arguments for 'lpush' command
```

因为 Redis lpush 需要至少一个参数。
2022-09-09 14:09:11 +08:00
..
__init__.py ♻ 更新V3版本 2022-09-08 09:08:37 +08:00
base.py ♻ 更新V3版本 2022-09-08 09:08:37 +08:00
cache.py 🐛 修复数据库没有 quiz 时启动报错 wrong number of arguments for 'lpush' command 2022-09-09 14:09:11 +08:00
models.py ♻ 更新V3版本 2022-09-08 09:08:37 +08:00
repositories.py ♻ 更新V3版本 2022-09-08 09:08:37 +08:00
services.py ♻ 更新V3版本 2022-09-08 09:08:37 +08:00