From 702732445ae06ecbfe94a123b6233d4965f012c6 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 30 Oct 2021 21:56:32 +0300 Subject: [PATCH] indent fix --- resolvers/zine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolvers/zine.py b/resolvers/zine.py index 44c54d25..ea3f5863 100644 --- a/resolvers/zine.py +++ b/resolvers/zine.py @@ -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: