fixed calibrater mode gives you need to calibrate error

This commit is contained in:
Adam Saudagar 2021-05-16 19:58:49 +05:30
parent 901c8d6ea8
commit 0ccbf7ba7e

View File

@ -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()