From b3b901151177ab8785d8d86b846fbf63025a90ba Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Thu, 21 Jan 2021 16:08:01 -0500 Subject: [PATCH] Added Splash Test --- utilities_script.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utilities_script.py b/utilities_script.py index 1bff2e3..1161549 100644 --- a/utilities_script.py +++ b/utilities_script.py @@ -62,5 +62,6 @@ def splashScreen(): time.sleep(3) if __name__ == "__main__": - #pass + splashScreen() + time.sleep(3) restart_self() \ No newline at end of file