Communication work progress

FX

aa

Maybe wrong

Another step forward.

STOP!
This commit is contained in:
2024-04-10 16:27:45 +02:00
committed by migatu
parent 019e02a186
commit abb2f05798
2 changed files with 25 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ def answer_external_command():
break
if q_data.uuid in record:
q_data.stop = True
q_data.entries = record
IN_COMM_Q.put(q_data)
return jsonify("SUCCESS")