From 94b731cd66c3dbeeaced2aa2f8a021346c4f4bfa Mon Sep 17 00:00:00 2001 From: lisai9093 Date: Wed, 10 Jan 2024 13:19:41 -0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E8=BE=A8=E7=8E=87?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.py b/action.py index 14dd9ca..e726416 100755 --- a/action.py +++ b/action.py @@ -46,10 +46,10 @@ def startup(): print('无需修改分辨率') else: print('修改成桌面版分辨率') - if w>=h: + if w=h: comm=[adb_path,"shell","wm","size","640x1136"] subprocess.run(comm,shell=False) else: