From 405e8f8da050d70eec2d7b2290245a7cb748f575 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 18 Mar 2024 19:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E7=A0=81#=20-*-=20c?= =?UTF-8?q?oding:utf-8=20-*-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/build_exe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/build_exe.py b/tests/build_exe.py index cd82db9..8e0aac0 100644 --- a/tests/build_exe.py +++ b/tests/build_exe.py @@ -29,6 +29,7 @@ def base64_to_image(base64_string, image_path): code = """ +# -*- coding:utf-8 -*- from pywxdump.cli import console_run console_run() """