修复颜色转义乱码问题

This commit is contained in:
qing
2024-09-27 10:23:52 +08:00
parent 4a65296dbe
commit 71e42968ef
+4
View File
@@ -783,6 +783,10 @@ class Pan123:
if __name__ == "__main__":
# 用于解决windows下cmd颜色转义乱码问题
if os.name == "nt":
os.system("")
pan = Pan123(readfile=True, input_pwd=True)
pan.show()
while True: