mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
fixed calibrater mode gives you need to calibrate error
This commit is contained in:
parent
901c8d6ea8
commit
0ccbf7ba7e
@ -89,7 +89,7 @@ class FullAuto(IEngine):
|
||||
if self.window.crop is None:
|
||||
log_raise("FishyQR not found")
|
||||
|
||||
if not self.calibrator.all_calibrated():
|
||||
if not (type(self.mode) is Calibrator) and not self.calibrator.all_calibrated():
|
||||
log_raise("you need to calibrate first")
|
||||
|
||||
self.fisher.toggle_start()
|
||||
|
Loading…
Reference in New Issue
Block a user