mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
🎨 Update character details cache query name
This commit is contained in:
parent
24f54c540f
commit
dc32f88f84
@ -81,7 +81,7 @@ class CharacterDetails(Plugin):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_qname(uid: int, character: int):
|
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(
|
async def get_character_details_for_redis(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user