From 88cd6e10607ede6bd57a739a299a3a5e644c92d8 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 21 Feb 2024 19:12:24 +0300 Subject: [PATCH] dict-query-fix --- services/follows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/follows.py b/services/follows.py index 89bebd2e..105c4b96 100644 --- a/services/follows.py +++ b/services/follows.py @@ -161,7 +161,7 @@ class FollowsCached: "slug": author.slug, "pic": author.pic, } - ) + ), ) follows = await get_author_follows(None, None, user=author.user) if isinstance(follows, dict):