We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e769e20 commit 110ba82Copy full SHA for 110ba82
neopia/neosoco.py
@@ -582,7 +582,6 @@ def motor_move(self, direction='forward'):
582
raise ValueError('Wrong value of direction')
583
else:
584
raise TypeError
585
- Runner.wait(100) # Since broadcast from controller is per 100ms
586
587
def motor_stop(self, which_motor='both'):
588
if isinstance(which_motor, str):
@@ -597,7 +596,6 @@ def motor_stop(self, which_motor='both'):
597
596
raise ValueError('Wrong value of motor')
598
599
600
601
602
def _convert_sacle_within_100(self, value, cvt_max_val):
603
# Map to 0~limited_val from 0~100(max), it's same as Entry
0 commit comments