This commit is contained in:
parent
3db2efdf79
commit
1c04125921
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user