Skip to content

Commit

Permalink
fix: sleep forver on testnets cron
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Mar 23, 2024
1 parent f59b36f commit ad96e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icon_stats/main_cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad96e02

Please sign in to comment.