From 24f54c540f31d213d2851ae9ee807f321d66ccc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Wed, 6 Dec 2023 22:27:34 +0800 Subject: [PATCH] :art: Update wish simulator diary query name --- plugins/genshin/wish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/wish.py b/plugins/genshin/wish.py index 655b41f..d03f71a 100644 --- a/plugins/genshin/wish.py +++ b/plugins/genshin/wish.py @@ -47,7 +47,7 @@ class GachaDataFound(Exception): class GachaRedis: def __init__(self, redis: RedisDB): self.client = redis.client - self.qname = "plugin:gacha:" + self.qname = "plugin:wish_simulator:" self.ex = 60 * 60 * 24 async def get(self, user_id: int) -> PlayerGachaInfo: