From 0d39b5676dc20fe1560fefc6cccda297ad57cbf1 Mon Sep 17 00:00:00 2001 From: "Charles E. Gormley" Date: Sat, 28 Sep 2024 13:48:16 -0400 Subject: [PATCH] huh? --- src/utils/check_env.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/check_env.py b/src/utils/check_env.py index 915bec4..053090c 100644 --- a/src/utils/check_env.py +++ b/src/utils/check_env.py @@ -90,12 +90,12 @@ def check_env() -> None: time.sleep(2) print("That's okay.") time.sleep(1.5) - print("I don't follow directions that much either. We're in the same boat.") + print("I don't follow directions that much either.") - time.sleep(1) + time.sleep(1.5) print("But we need to set these environment variables before running the script.") - print("\nPlease refer to the README & template.env for additional setup instructions.".ljust(20, "-")) + print("\nPlease refer to the README & template.env for additional setup instructions.".rjust(20, "-")) raise EnvironmentError("Missing or improperly set environment variables") else: print("Someone followed directions!🐝🐝🐝")