Skip to content

Commit

Permalink
Fix check error
Browse files Browse the repository at this point in the history
Signed-off-by: Longxiang Lyu <[email protected]>
  • Loading branch information
lolyu committed Oct 30, 2024
1 parent bb15f08 commit 4d468b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/vm_set/files/mux_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,4 +968,5 @@ def log_message(vm_set):
create_muxes(arg_vm_set)
app.logger.info('####################### STARTING HTTP SERVER #######################')
socket.setdefaulttimeout(60)
app.run(host='0.0.0.0', port=http_port, threaded=True)
app.run(host='0.0.0.0', port=http_port, threaded=True) # nosemgrep

0 comments on commit 4d468b4

Please sign in to comment.