indent fix

This commit is contained in:
Untone 2021-10-30 20:13:07 +03:00
parent ee53fe7508
commit 78487199b9

View File

@ -96,8 +96,8 @@ class TopShouts:
@staticmethod
async def prepare_shouts_by_time():
month_ago = datetime.now() - timedelta(days = 30)
with local_session() as session:
# TODO: select recent shouts
# with local_session() as session:
# TODO: select recent shouts
@staticmethod
async def prepare_favorites_shouts():