This commit is contained in:
parent
3db2efdf79
commit
1c04125921
|
@ -129,12 +129,7 @@ def query_follows(user_id: str):
|
||||||
'followings': followings_stat,
|
'followings': followings_stat,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for [
|
for [author, shouts_stat, followers_stat, followings_stat] in session.execute(authors_query)
|
||||||
author,
|
|
||||||
shouts_stat,
|
|
||||||
followers_stat,
|
|
||||||
followings_stat,
|
|
||||||
] in session.execute(authors_query)
|
|
||||||
]
|
]
|
||||||
topics = [
|
topics = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user