From 953c7d68847c5e141ceff9e1398895add316ebae Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 13 Jun 2023 20:41:17 +0200 Subject: [PATCH] remove select --- api/views/index.ejs | 4 ++-- src/api_communication/test/test_api_listener.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/views/index.ejs b/api/views/index.ejs index fb55a4d0..c5747652 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -26,14 +26,14 @@
-
+
diff --git a/src/api_communication/test/test_api_listener.py b/src/api_communication/test/test_api_listener.py index 2ab1d221..0ec2e1c9 100644 --- a/src/api_communication/test/test_api_listener.py +++ b/src/api_communication/test/test_api_listener.py @@ -86,7 +86,7 @@ class ApiListenerTest(unittest.TestCase): msg = DroneStatus() msg.battery_percentage = 10.0 msg.armed = True - msg. height = 10.0 + msg.height = 10.0 msg.control_mode = "attitude" msg.cpu_usage = 10.0 msg.route_setpoint = 0