From 0976d7a7ebb709ee4a37faedfac44dd0a4b244db Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 12:22:24 +0100 Subject: [PATCH] Closedown --- script/local.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/script/local.py b/script/local.py index 0bad7e8..47b39ef 100644 --- a/script/local.py +++ b/script/local.py @@ -1,13 +1,9 @@ ################################################################################################### # Deployment specific global definitions - executed after startup.py ################################################################################################### -print 1 import org.zeromq.ZMQ as ZMQ +#import requests -print 2 -import requests - -print 3 # Definitions #DETECTOR_ADDRESS = "tcp://localhost:1234" DETECTOR_ADDRESS = "tcp://xbl-daq-28:15000"