This commit is contained in:
parent
2948fc861e
commit
3370b91eb3
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue