less-log
This commit is contained in:
parent
80b87574e6
commit
cbd34bbe4e
|
@ -36,7 +36,7 @@ class ReactedStorage:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
async def get_shout_stat(slug):
|
async def get_shout_stat(slug):
|
||||||
viewed = int(await ViewedStorage.get_shout(slug))
|
viewed = int(await ViewedStorage.get_shout(slug))
|
||||||
print(viewed)
|
# print(viewed)
|
||||||
return {
|
return {
|
||||||
"viewed": viewed,
|
"viewed": viewed,
|
||||||
"reacted": len(await ReactedStorage.get_shout(slug)),
|
"reacted": len(await ReactedStorage.get_shout(slug)),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user