noworker-5
All checks were successful
Deploy to core / deploy (push) Successful in 3m11s

This commit is contained in:
Untone 2024-02-21 21:04:57 +03:00
parent 3db2efdf79
commit 1c04125921

View File

@ -129,12 +129,7 @@ def query_follows(user_id: str):
'followings': followings_stat,
},
}
for [
author,
shouts_stat,
followers_stat,
followings_stat,
] in session.execute(authors_query)
for [author, shouts_stat, followers_stat, followings_stat] in session.execute(authors_query)
]
topics = [
{