From 3ffd18223872a30e0d29562e27251e98ea32708f Mon Sep 17 00:00:00 2001 From: idkwhereisthisname Date: Sun, 20 Apr 2025 17:13:33 +0200 Subject: [PATCH] Update SWFChecker.py --- SWFChecker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.")