Update SWFChecker.py

This commit is contained in:
idkwhereisthisname 2025-04-20 17:13:33 +02:00 committed by GitHub
parent dd1f369a9d
commit 3ffd182238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ platf = platform
if platf == "linux" or "linux2" or "darwin":
os.system("clear")
elif platf == "win32":
os.system("title SWF Checker v1.1")
os.system("title SWF Checker v2.0")
os.system("cls")
print(f"SWF Version Checker v1.1\nPython {version}")