From 4ae41bf2208a7e199e92341177fc3b268a1f25e5 Mon Sep 17 00:00:00 2001 From: Yosef Mihretie <40375360+yosefmih@users.noreply.github.com> Date: Mon, 27 May 2024 10:45:44 -0400 Subject: [PATCH] Update cron.py --- cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.py b/cron.py index c7e29e3..6c254aa 100644 --- a/cron.py +++ b/cron.py @@ -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)