From 692ccbd3081dca2206fcff4d9f1dbead1029cc69 Mon Sep 17 00:00:00 2001 From: Robert Rosca <robert.rosca@xfel.eu> Date: Thu, 5 Oct 2023 14:57:37 +0200 Subject: [PATCH] remove unnecessary assignment --- webservice/manual_launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webservice/manual_launch.py b/webservice/manual_launch.py index 0aca35e38..a1dfe4c8b 100644 --- a/webservice/manual_launch.py +++ b/webservice/manual_launch.py @@ -215,7 +215,7 @@ def main( ) con = zmq.Context() socket = con.socket(zmq.REQ) - con = socket.connect("tcp://max-exfl-cal001:5555") + socket.connect("tcp://max-exfl-cal001:5555") if not really: # Fake socket for testing, just logs what would have been sent via ZMQ -- GitLab