fixed typing error

This commit is contained in:
Richard Bowman 2021-04-27 20:17:07 +01:00
parent 87f636ecc0
commit 82eba1e99a

View file

@ -122,7 +122,7 @@ def test_exposure_settings(camera: PiCamera, percentile: float) -> ExposureTest:
"camera's black level compensation has gone wrong."
)
max_brightness = 1
shutter_speed = float(camera.shutter_speed)
shutter_speed = int(camera.shutter_speed)
analog_gain = float(camera.analog_gain)
logging.info(
f"Brightness: {max_brightness: >5.0f}, "