From d1a9593525bfc3e4e13863d8e561a3bdad8521df Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Wed, 24 Aug 2022 14:55:36 +0200 Subject: [PATCH] Startup --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 32d590b..1cf89ed 100644 --- a/script/local.py +++ b/script/local.py @@ -29,7 +29,7 @@ _load(util.spec_from_file_location("zmq", PYHOME + "/lib/python" + PYVER + "/sit #import zmq -#zmq.LINGER = 0 +zmq.LINGER = 0 from bsread import source, Source, PUB, SUB, PUSH, PULL, DEFAULT_DISPATCHER_URL