private-fix2

This commit is contained in:
Untone 2024-09-26 15:20:22 +03:00
parent b73e153cb8
commit 497e8f3eb3

View File

@ -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 = []