From f0fff75083888d687ee12255638a4fac18d59111 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 21 Jan 2025 00:33:39 +0100 Subject: [PATCH] removed useless oks --- app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.py b/app.py index a4395473..1b537c0b 100644 --- a/app.py +++ b/app.py @@ -27,8 +27,6 @@ if not PackageManager.check_package_installed_with_version( PackageManager.install_or_update("ascii_colors") from ascii_colors import ASCIIColors -ASCIIColors.success("OK") - expected_pipmaster_version = "0.3.2" ASCIIColors.yellow( f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True @@ -39,8 +37,6 @@ if not PackageManager.check_package_installed_with_version( PackageManager.install_or_update("pipmaster") import pipmaster as pm -ASCIIColors.success("OK") - def animate(text: str, stop_event: threading.Event): animation = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏"