@@ -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})
]
The note is not visible to the blocked user.