mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -48,6 +48,7 @@ with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
|
||||
data_list.append([row[0], result, flag])
|
||||
|
||||
results_dict["results"] = json.dumps(data_list)
|
||||
results_dict["machine_id"] = '1'
|
||||
|
||||
requests.post('http://192.168.1.215/lab_machines/receive_results_mispa', data=results_dict)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user