mirror of
https://wiilab.wiimart.org/wiimart/SWF-Checker
synced 2025-09-04 04:21:12 +02:00
Update SWFChecker.py
This commit is contained in:
parent
dd1f369a9d
commit
3ffd182238
@ -6,7 +6,7 @@ platf = platform
|
|||||||
if platf == "linux" or "linux2" or "darwin":
|
if platf == "linux" or "linux2" or "darwin":
|
||||||
os.system("clear")
|
os.system("clear")
|
||||||
elif platf == "win32":
|
elif platf == "win32":
|
||||||
os.system("title SWF Checker v1.1")
|
os.system("title SWF Checker v2.0")
|
||||||
os.system("cls")
|
os.system("cls")
|
||||||
|
|
||||||
print(f"SWF Version Checker v1.1\nPython {version}")
|
print(f"SWF Version Checker v1.1\nPython {version}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user