diff --git a/tomcat_bec/devices/pco_edge/pcoedgecamera.py b/tomcat_bec/devices/pco_edge/pcoedgecamera.py index abbb1a7..75ea0cb 100644 --- a/tomcat_bec/devices/pco_edge/pcoedgecamera.py +++ b/tomcat_bec/devices/pco_edge/pcoedgecamera.py @@ -322,7 +322,7 @@ class PcoEdge5M(PSIDeviceBase, PcoEdgeBase): status = self.live_processing.update_reference_with_file( reference_type=reference_type, file_path=self.target_file, - entry="tomcat-gigafrost/data", # type: ignore + entry="tomcat-pco/data", # type: ignore wait=False, # Do not wait for the update to finish ) return status