typo in main.py

This commit is contained in:
FileNotFound7
2025-02-26 14:06:32 +11:00
committed by GitHub
parent 9b01279598
commit 0c576cc349

View File

@@ -373,7 +373,7 @@ class AutoSpeed:
aw.accuracy = accel_accu
aw.max_missed = max_missed
aw.margin = margin
aw.svc = scv
aw.scv = scv
for axis in axes:
start = perf_counter()
self.init_axis(aw, axis)