Skip to content

Commit

Permalink
stop crashing on update
Browse files Browse the repository at this point in the history
  • Loading branch information
zifnab06 committed Jan 6, 2024
1 parent da05ef5 commit 865b29b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def update_builds_v2():


if __name__ == "__main__":
logging.info("starting update")
update_builds_v2()
logging.info("update finished, sleeping 60m")
sleep(3600)
while True:
logging.info("starting update")
update_builds_v2()
logging.info("update finished, sleeping 60m")
sleep(3600)

0 comments on commit 865b29b

Please sign in to comment.