debug-stat
All checks were successful
Deploy on push / deploy (push) Successful in 1m21s

This commit is contained in:
2024-02-25 09:48:16 +03:00
parent d58bbe3499
commit b2357e0afb
3 changed files with 3 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ def add_author_stat_columns(q):
def execute_with_ministat(q):
records = []
logger.debug(f'execute with ministat: {q}')
with local_session() as session:
for [entity, shouts_stat, authors_stat, followers_stat] in session.execute(q):
entity.stat = {