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