diff --git a/icon_stats/main_cron.py b/icon_stats/main_cron.py index 3640ef7..365bd89 100644 --- a/icon_stats/main_cron.py +++ b/icon_stats/main_cron.py @@ -84,7 +84,7 @@ async def main(): await applications_refresh.run_applications_refresh() else: logger.info("Not mainnet - skipping since we don't have a list of apps.") - return + await asyncio.Future() for i in CRONS: # Run the jobs immediately in order