请尽量使用android协议

This commit is contained in:
qing 2024-09-27 10:26:07 +08:00
parent 71e42968ef
commit 62023e2580

1
web.py
View File

@ -717,6 +717,7 @@ class Pan123:
if __name__ == "__main__":
print("web协议将废弃请使用android协议")
pan = Pan123(readfile=True, input_pwd=True)
pan.show()
while True: