more dramatic effect.

This commit is contained in:
Charles E. Gormley
2024-09-28 13:47:12 -04:00
parent fa74a9f3a6
commit db916984bd

View File

@@ -92,10 +92,10 @@ def check_env() -> None:
time.sleep(1.5)
print("I don't follow directions that much either. We're in the same boat.")
time.sleep(0.5)
time.sleep(1)
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.".ljust(20, "-"))
raise EnvironmentError("Missing or improperly set environment variables")
else:
print("Someone followed directions!🐝🐝🐝")