Skip to content

Commit

Permalink
Update cron.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefmih authored May 27, 2024
1 parent 80776c6 commit 4ae41bf
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 70 seconds")
print("sleeping for 70s")
time.sleep(70)


Expand Down

0 comments on commit 4ae41bf

Please sign in to comment.