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"