feat: enable unlimited historical data fetching for EIX
All checks were successful
Deployment / deploy-docker (push) Successful in 3s
All checks were successful
Deployment / deploy-docker (push) Successful in 3s
This commit is contained in:
@@ -46,7 +46,7 @@ def run_task(historical=False):
|
|||||||
ls = LSExchange()
|
ls = LSExchange()
|
||||||
|
|
||||||
exchanges_to_process = [
|
exchanges_to_process = [
|
||||||
(eix, {'limit': 100 if historical else 1}),
|
(eix, {'limit': None if historical else 1}),
|
||||||
(ls, {'include_yesterday': historical})
|
(ls, {'include_yesterday': historical})
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user