mirror of
https://github.com/Bao-qing/123pan.git
synced 2025-11-13 12:16:07 +08:00
修复颜色转义乱码问题
This commit is contained in:
parent
4a65296dbe
commit
71e42968ef
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user