indent fix

This commit is contained in:
Untone 2021-10-30 21:56:32 +03:00
parent 6c71e958ce
commit 702732445a

View File

@ -182,7 +182,7 @@ class TopShouts:
await TopShouts.prepare_favorites_shouts()
await TopShouts.prepare_shouts_by_rating()
await TopShouts.prepare_shouts_by_view()
await TopShouts.prepare_recent_shouts()
await TopShouts.prepare_recent_shouts()
await TopShouts.prepare_top_authors()
print("top shouts: update finished")
except Exception as err: