diff --git a/store.py b/store.py index 7909e09..c141ed8 100644 --- a/store.py +++ b/store.py @@ -6,7 +6,7 @@ redis = r.Redis.from_url(REDIS_URL) async def get_all_removed(uid): - key = f"removed:{uid}:*" + pattern = f"removed:{uid}:*" # Create a dictionary to hold the keys and values texts = []