From ffae24f8d61cff28df2c4f7a1028736e8d5f8f65 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Sat, 27 Feb 2021 10:20:46 +0100 Subject: [PATCH] imager: replace uuidName by uuid --- scripts/planktoscope/imager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/planktoscope/imager.py b/scripts/planktoscope/imager.py index 90c48ab..a46728a 100644 --- a/scripts/planktoscope/imager.py +++ b/scripts/planktoscope/imager.py @@ -553,10 +553,10 @@ class ImagerProcess(multiprocessing.Process): "acq_camera_resolution": f"{self.__resolution[0]}x{self.__resolution[1]}", "acq_camera_iso": self.__iso, "acq_camera_shutter_speed": self.__shutter_speed, - "acq_uuid": planktoscope.uuidName.uuidMachineName( + "acq_uuid": planktoscope.uuidName.uuidMachine( machine=planktoscope.uuidName.getSerial() ), - "sample_uuid": planktoscope.uuidName.uuidMachineName( + "sample_uuid": planktoscope.uuidName.uuidMachine( machine=planktoscope.uuidName.getSerial() ), }