From 07ee44816355f02269300f789b45bb1af5acaca4 Mon Sep 17 00:00:00 2001 From: "Charles E. Gormley" Date: Sat, 28 Sep 2024 13:45:59 -0400 Subject: [PATCH] dramatic and comedic effect. --- src/utils/check_env.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/check_env.py b/src/utils/check_env.py index c402d00..e384d19 100644 --- a/src/utils/check_env.py +++ b/src/utils/check_env.py @@ -87,9 +87,9 @@ def check_env() -> None: print(f"- {var}") print(f"πŸ˜‘πŸ‘ŠπŸ˜‘Someone didn't read DIRECTIONS πŸ˜‘πŸ‘ŠπŸ˜‘") - time.sleep(0.5) + time.sleep(2) print("That's okay.") - time.sleep(0.2) + time.sleep(1.5) print("I don't follow directions that much either. We're in the same boat.") time.sleep(0.5)