use TTLCache for get_ticker_history

This commit is contained in:
gcarq
2017-11-11 15:29:31 +01:00
parent 3126dcfcea
commit 8f817a3634
5 changed files with 6 additions and 1 deletions

View File

@@ -299,6 +299,7 @@ def main():
time.sleep(1)
elif new_state == State.RUNNING:
_process()
time.sleep(5)
old_state = new_state