Define ES for LBTC
This commit is contained in:
parent
1a29423cb7
commit
e86664551d
|
@ -81,6 +81,7 @@ class Money(util.Base):
|
|||
delay = int(settings.ES.RefreshSec)
|
||||
self.lc_es_checks.start(delay)
|
||||
self.agora.es = self.es
|
||||
self.lbtc.es = self.es
|
||||
|
||||
def write_to_es(self, msgtype, cast):
|
||||
if settings.ES.Enabled == "1":
|
||||
|
|
Loading…
Reference in New Issue