Skip to content

Commit

Permalink
Update cron.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefmih authored Jul 2, 2024
1 parent 3f49393 commit 4bde656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
consume_cpu()
print("consuming memory")
consume_memory()
print("sleeping for 70s")
print("sleeping for 70 seconds")
time.sleep(70)


Expand Down

0 comments on commit 4bde656

Please sign in to comment.