indent fix
This commit is contained in:
@@ -96,8 +96,8 @@ class TopShouts:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
async def prepare_shouts_by_time():
|
async def prepare_shouts_by_time():
|
||||||
month_ago = datetime.now() - timedelta(days = 30)
|
month_ago = datetime.now() - timedelta(days = 30)
|
||||||
with local_session() as session:
|
# with local_session() as session:
|
||||||
# TODO: select recent shouts
|
# TODO: select recent shouts
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
async def prepare_favorites_shouts():
|
async def prepare_favorites_shouts():
|
||||||
|
|||||||
Reference in New Issue
Block a user