🎨 Update wish simulator diary query name

This commit is contained in:
洛水居室 2023-12-06 22:27:34 +08:00
parent ce25d8900e
commit 24f54c540f
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -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: