diff --git a/publish.py b/publish.py index b586d05e3..a587e5316 100644 --- a/publish.py +++ b/publish.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import ctypes, sys from ctypes import windll, wintypes import uuid @@ -9,8 +8,6 @@ from xml.etree import ElementTree sys.stdout.reconfigure(encoding='utf-8') -print(sys.stdout.encoding) -print("测试") ##################################################################### #