Skip to content
Snippets Groups Projects
Commit ac7aa753 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Actually use passed ID for myMdC

parent e66831f2
No related branches found
No related tags found
1 merge request!695[webservice] Support requests to repeat correction from myMdC
......@@ -25,7 +25,7 @@ con = zmq.Context()
socket = con.socket(zmq.REQ)
con = socket.connect(args.endpoint)
parm_list = ["repeat", "0", instrument, cycle,
parm_list = ["repeat", str(args.mymdc_id), instrument, cycle,
f'{args.proposal:06d}', str(args.run)]
socket.send(repr(parm_list).encode())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment