This commit is contained in:
渣渣和 2024-10-10 12:33:34 +08:00
parent 2948fc861e
commit 3370b91eb3
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ class PullUp_1(BaseExercise):
self.direction = 0 self.direction = 0
self._time = 0 self._time = 0
self.end_test = 0 self.end_test = 0
if self.count % 1 == 0:
self.speak_driver.speed_control(320) self.speak_driver.speed_control(320)
self.speak_driver.add_speak("{}".format(int(self.count))) self.speak_driver.add_speak("{}".format(int(self.count)))
if self.count == 1: if self.count == 1: