diff --git a/SWFChecker.py b/SWFChecker.py index 5ebdece..019dc32 100644 --- a/SWFChecker.py +++ b/SWFChecker.py @@ -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}") @@ -108,4 +108,4 @@ if flashver is not None: if w > 700 and h > 500: print("WARNING: The given SWF might overlap/clip on the Wii.") else: - print("The SWF should NOT overlap and/or clip on the Wii.") \ No newline at end of file + print("The SWF should NOT overlap and/or clip on the Wii.")