From 4bcd2ddeffafbf1316c2c0f845b0fda20918910d Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 28 Feb 2022 19:59:18 +0000 Subject: [PATCH] Fix indentation while setting ES endpoint in Transactions --- handler/transactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/transactions.py b/handler/transactions.py index b2e861f..997b9af 100644 --- a/handler/transactions.py +++ b/handler/transactions.py @@ -66,7 +66,7 @@ class Transactions(object): self.lc_es_checks = LoopingCall(self.run_checks_in_thread) delay = int(settings.ES.RefreshSec) self.lc_es_checks.start(delay) - self.agora.es = self.es + self.agora.es = self.es # TODO: write tests then refactor, this is terribly complicated! def transaction(self, data):