From 267c7fb0e552f7118a0a6be3ddecb574645cbc00 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 4 Sep 2025 17:19:53 +0800 Subject: [PATCH] bugfix --- appPublic/base64_to_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/appPublic/base64_to_file.py b/appPublic/base64_to_file.py index d647869..b15031b 100644 --- a/appPublic/base64_to_file.py +++ b/appPublic/base64_to_file.py @@ -36,7 +36,6 @@ MIME_EXT = { } def getFilenameFromBase64(base64String): - // Extract MIME type from data URL mimeType = base64String.match(/data:([a-zA-Z0-9]+\/[a-zA-Z0-9-.+]+).*,.*/) match = re.match(r"data:(.*?);base64,(.*)", base64String) if not match: