This commit is contained in:
tonyrewin 2022-11-23 15:29:18 +03:00
parent 80b87574e6
commit cbd34bbe4e

View File

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