shout-stats-fix
Some checks failed
Deploy on push / deploy (push) Failing after 9s

This commit is contained in:
2024-08-07 10:22:37 +03:00
parent d4982017f6
commit 1af63dee81
4 changed files with 29 additions and 45 deletions

1
cache/cache.py vendored
View File

@@ -104,7 +104,6 @@ async def get_cached_topic(topic_id: int):
return None
# Get topic by slug from cache
async def get_cached_topic_by_slug(slug: str):
topic_key = f"topic:slug:{slug}"