From e49be846a17421a2ca7104bb43da39ad20165170 Mon Sep 17 00:00:00 2001 From: mtrela <mtrela@syncad.com> Date: Wed, 29 Jul 2020 12:04:26 +0200 Subject: [PATCH] Small fix in a query that adds votes --- hive/indexer/votes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive/indexer/votes.py b/hive/indexer/votes.py index 036ce1f3e..2572c3810 100644 --- a/hive/indexer/votes.py +++ b/hive/indexer/votes.py @@ -197,4 +197,4 @@ class Votes: cls.flush_votes() cls.flush_effective_votes() - cls.inside_flush = False \ No newline at end of file + cls.inside_flush = False -- GitLab