Skip to content

Commit

Permalink
Update igfi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 authored Jul 27, 2024
1 parent 0c09baa commit 3055600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
YELLOW = Fore.YELLOW

def clear():
system('cls') if platform.system() == 'Windows' else system('clear')
system('cls' if platform.system() == 'Windows' else 'clear')

sleep(0.8)
clear()
Expand Down

0 comments on commit 3055600

Please sign in to comment.