Skip to content
Snippets Groups Projects
Commit a59caad3 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Update message_handler.py

parent cbea6938
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class MessageHandler: ...@@ -26,7 +26,7 @@ class MessageHandler:
print(response.decode()) print(response.decode())
else: else:
client_socket.sendall(response) client_socket.sendall(response)
return "nav_command", "CALLMELIDAR " + message return "nav_command", message
def handle_request_location(self, client_socket, message): def handle_request_location(self, client_socket, message):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment