viewed fixed

This commit is contained in:
2022-11-23 14:30:44 +03:00
parent 2cb152bdb1
commit c6128ac641
6 changed files with 24 additions and 22 deletions

View File

@@ -35,7 +35,7 @@ class ReactedStorage:
@staticmethod
async def get_shout_stat(slug):
viewed = await ViewedStorage.get_shout(slug)
viewed = int(await ViewedStorage.get_shout(slug))
print(viewed)
return {
"viewed": viewed,