Skip to content

Commit

Permalink
Update progressBar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Geming400 authored Aug 15, 2023
1 parent 697c572 commit 5180bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progressBar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 5180bce

Please sign in to comment.