This commit is contained in:
tonyrewin 2022-07-21 19:13:21 +03:00
parent 817002b17b
commit 368b7e6c5a

View File

@ -38,7 +38,7 @@ class Reaction(Base):
oid: str = Column(String, nullable=True, comment="Old ID")
@property
async def stat(self) -> Dict:
async def stat(self):
reacted = 0
try:
with local_session() as session: