From 6d74d084a96fcbccff74919efd675b3e727681e4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 23 Sep 2025 10:41:55 +0800 Subject: [PATCH] bugfix --- appPublic/base64_to_file.py | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appPublic/base64_to_file.py b/appPublic/base64_to_file.py index 71c9bc9..ab9a87e 100644 --- a/appPublic/base64_to_file.py +++ b/appPublic/base64_to_file.py @@ -83,4 +83,3 @@ def base64_to_file(base64_string, output_path): with open(output_path, 'wb') as file: file.write(binary_data) -def base642file(base64string) diff --git a/setup.cfg b/setup.cfg index 5c68a29..34c5eb4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=appPublic -version = 5.2.8 +version = 5.2.9 description = A set of base public functions or class author = "yu moqing" author_email = "yumoqing@gmail.com"