Update About_Battery.pdf and setup_macos.py
This commit is contained in:
a838557765 2020-12-14 17:10:38 +08:00
parent 4ce77b6d7c
commit 53800f5c78
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@ for x in range(1,4):
flag=flag | 0x01
break
for x in range(1,4):
if os.system("pip3 install PyQt5==5.13.2") == 0:
if os.system("pip3 install PyQt5==5.12") == 0:
flag=flag | 0x02
break
for x in range(1,4):