From 1cd025a68b5261940f7008c2a7cc3a478f1c24a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A3=E6=B8=A3=E5=92=8C?= <2608761159@qq.com> Date: Fri, 11 Oct 2024 08:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E6=9D=A0=E4=B8=8A=E6=9D=A0=E6=A0=87?= =?UTF-8?q?=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Exercise3/tricep_dip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercise3/tricep_dip.py b/Exercise3/tricep_dip.py index c82a861..cd5d7b5 100644 --- a/Exercise3/tricep_dip.py +++ b/Exercise3/tricep_dip.py @@ -139,7 +139,7 @@ class Tricep_dip_1(BaseExercise): if self.form == 0 and self.pre_pos == 1: if self.readiness_state == 0: - if shoulder_1 > 70 or shoulder_2 > 70: + if shoulder_1 > 70 and shoulder_2 > 70: self.readiness_state = 1 self.heel = heel_y self.speak_driver.add_speak("上杠,听到提示声后开始考试")