From ea2ded832e16574e74bc80d3f8e07e100f6aa350 Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 14:17:42 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 6215fc7..5aacba7 100644 --- a/script/local.py +++ b/script/local.py @@ -30,4 +30,4 @@ stream.devMatrix.modulo = DETECTOR_IMAGE_MODULO add_device(Detector("detector", True), True) -add_device(StdDaq("std_daq", url, True), True) \ No newline at end of file +add_device(StdDaq("std_daq", STD_DAQ_ADDRESS, True), True) \ No newline at end of file