From 5180bced2de22fec7801818e63fa8e2226aa7198 Mon Sep 17 00:00:00 2001 From: Geming400 Date: Tue, 15 Aug 2023 23:51:43 +0200 Subject: [PATCH] Update progressBar.py --- progressBar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progressBar.py b/progressBar.py index cc8681e..e5dcb9a 100644 --- a/progressBar.py +++ b/progressBar.py @@ -9,7 +9,7 @@ # Creating a function that clear the screen (cls) def clear_screen(): - print("\n" * 1000) # Doing this because of mac + print("\n" * 300) # Doing this because of mac # Creating the class class progress_bar():