Skip to content

Commit d992ec2

Browse files
authored
Update code.py
1 parent 5b027da commit d992ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Motion_Buddy/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def not_enough_movement(x, y, z):
8282
try:
8383
xf, yf, zf = lis3dh.acceleration
8484

85-
if (not_enough_movement(xf, yf, zf)):
85+
if not_enough_movement(xf, yf, zf):
8686
# Keep pausing.
8787
print("pause!")
8888
paused = True

0 commit comments

Comments
 (0)