import-fix-3
All checks were successful
Deploy on push / deploy (push) Successful in 1m19s

This commit is contained in:
Untone 2024-02-25 12:10:09 +03:00
parent 7370c8ca2d
commit eb4a4fef61

View File

@ -79,7 +79,7 @@ def get_with_stat(q):
'authors': authors_stat,
'followers': followers_stat,
}
if q.startswith('SELECT author'):
if f'{q}'.startswith('SELECT author'):
load_author_ratings(session, entity)
records.append(entity)