Skip to content

Commit eecb0d9

Browse files
committed
Fix #126
1 parent 0472a13 commit eecb0d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
motor_trim_factor=float(bot_config.get("move_motor_trim", 1.0)),
2121
)
2222

23+
query = Query()
24+
2325
def get_serial():
2426
"""
2527
Extract serial from cpuinfo file

0 commit comments

Comments
 (0)