From 5299d7f2e884ecb5093a88f834bc6180f17ab197 Mon Sep 17 00:00:00 2001 From: qing <919836565@qq.com> Date: Fri, 27 Sep 2024 22:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20cd=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android.py b/android.py index d7b0509..8aab95e 100644 --- a/android.py +++ b/android.py @@ -690,7 +690,7 @@ class Pan123: print("输入错误") return dir_num = int(dir_num) - 1 - if dir_num >= (len(self.list) - 1) or dir_num < 0: + if dir_num > (len(self.list) - 1) or dir_num < 0: print("输入错误") return if self.list[dir_num]["Type"] != 1: