mirror of
https://github.com/Bao-qing/123pan.git
synced 2026-07-02 09:50:37 +08:00
修复颜色转义乱码问题
This commit is contained in:
@@ -783,6 +783,10 @@ class Pan123:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
# 用于解决windows下cmd颜色转义乱码问题
|
||||||
|
if os.name == "nt":
|
||||||
|
os.system("")
|
||||||
|
|
||||||
pan = Pan123(readfile=True, input_pwd=True)
|
pan = Pan123(readfile=True, input_pwd=True)
|
||||||
pan.show()
|
pan.show()
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user