mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
🐛 Fix GCSimCache
query name
This commit is contained in:
parent
daf5b7a7e9
commit
84b2bff073
@ -8,7 +8,7 @@ __all__ = [
|
||||
|
||||
|
||||
class GCSimCache:
|
||||
qname: str = "gcsim:"
|
||||
qname: str = "gcsim"
|
||||
|
||||
def __init__(self, redis: RedisDB, ttl: int = 24 * 60 * 60):
|
||||
self.client = redis.client
|
||||
|
Loading…
Reference in New Issue
Block a user