添加编码# -*- coding:utf-8 -*-

This commit is contained in:
xaoyaoo 2024-03-18 19:47:29 +08:00
parent 86e1e8f5d1
commit 405e8f8da0

View File

@ -29,6 +29,7 @@ def base64_to_image(base64_string, image_path):
code = """
# -*- coding:utf-8 -*-
from pywxdump.cli import console_run
console_run()
"""