Skip to content

Commit

Permalink
port bind issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-iqt committed Nov 13, 2023
1 parent 9a6aaa9 commit 6380d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mavlink-api/mavlink-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def get_latest_heading():


def main():
app.run(host="0.0.0.0", port=8888)
app.run(host="0.0.0.0", port=8888) # nosec


if __name__ == "__main__":
Expand Down

0 comments on commit 6380d09

Please sign in to comment.