Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ class SecondLifeNavigator:
|
|
| 52 |
min_distance = distance
|
| 53 |
nearest_position = xyz
|
| 54 |
|
| 55 |
-
|
| 56 |
|
| 57 |
def send_command_to_corrade(self, corrade_endpoint, command, parameters):
|
| 58 |
command_data = {
|
|
|
|
| 52 |
min_distance = distance
|
| 53 |
nearest_position = xyz
|
| 54 |
|
| 55 |
+
return nearest_position
|
| 56 |
|
| 57 |
def send_command_to_corrade(self, corrade_endpoint, command, parameters):
|
| 58 |
command_data = {
|