From 4a858de9dac995a2a41c7b6baf82db5bc40c0173 Mon Sep 17 00:00:00 2001 From: zypherift Date: Sun, 24 Mar 2024 23:20:39 +0100 Subject: [PATCH] weird --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.py b/tools.py index 95f7819..56e8c88 100644 --- a/tools.py +++ b/tools.py @@ -29,7 +29,7 @@ if missing_packages: print(f"Installing '{package}'...") install(package) else: - print("Missing packages were not installed. Exiting...") + print("Missing packages were not installed. Exiting.") sys.exit() import os