diff --git a/daemon.py b/daemon.py index 6426d27..e0940c2 100644 --- a/daemon.py +++ b/daemon.py @@ -46,7 +46,7 @@ def run_task(historical=False): ls = LSExchange() exchanges_to_process = [ - (eix, {'limit': 100 if historical else 1}), + (eix, {'limit': None if historical else 1}), (ls, {'include_yesterday': historical}) ]