Libraries refactor and add some sinks #4

Closed
m wants to merge 136 commits from library-refactor into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fde0936faf - Show all commits

View File

@ -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):