private-fix2
This commit is contained in:
2
store.py
2
store.py
@@ -6,7 +6,7 @@ redis = r.Redis.from_url(REDIS_URL)
|
|||||||
|
|
||||||
|
|
||||||
async def get_all_removed(uid):
|
async def get_all_removed(uid):
|
||||||
key = f"removed:{uid}:*"
|
pattern = f"removed:{uid}:*"
|
||||||
|
|
||||||
# Create a dictionary to hold the keys and values
|
# Create a dictionary to hold the keys and values
|
||||||
texts = []
|
texts = []
|
||||||
|
Reference in New Issue
Block a user