Make cheating configurable

This commit is contained in:
2022-01-11 21:40:55 +00:00
parent 6b75c847b8
commit fb0b5eab5d

View File

@@ -46,7 +46,7 @@ class Agora(object):
"""
self.lc_dash = LoopingCall(self.loop_check)
self.lc_dash.start(int(settings.Agora.RefreshSec))
if settings.Agora.Cheat == "1":
self.lc_cheat = LoopingCall(self.update_prices)
self.lc_cheat.start(int(settings.Agora.CheatSec))