Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 22, 2025
1 parent 74f2252 commit 6913111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mge/vpi/vpi_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ async def VPI_MGE_UpdateServerData(info, cursor):
"Content-Type": "application/json"
}

print("Sending request to", endpoint)

_request = requests.put(endpoint, json=put_server_data, headers=headers)
print(_request)
kwargs["mission"] = server.get('map', '')
Expand Down

0 comments on commit 6913111

Please sign in to comment.