From dc32f88f8421fb9cae7f0fd6e74d1eb81733c03c 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:31:03 +0800 Subject: [PATCH] :art: Update character details cache query name --- plugins/tools/genshin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tools/genshin.py b/plugins/tools/genshin.py index 6b2aec2..9575fdb 100644 --- a/plugins/tools/genshin.py +++ b/plugins/tools/genshin.py @@ -81,7 +81,7 @@ class CharacterDetails(Plugin): @staticmethod def get_qname(uid: int, character: int): - return f"plugins:character_details:{uid}:{character}" + return f"plugin:character_details:{uid}:{character}" async def get_character_details_for_redis( self,