Skip to content

Commit 3055600

Browse files
authored
Update igfi.py
1 parent 0c09baa commit 3055600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

igfi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
YELLOW = Fore.YELLOW
9393

9494
def clear():
95-
system('cls') if platform.system() == 'Windows' else system('clear')
95+
system('cls' if platform.system() == 'Windows' else 'clear')
9696

9797
sleep(0.8)
9898
clear()

0 commit comments

Comments
 (0)