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