From b4ecb4de4b0ddd99498658a62536dd5af329f59f Mon Sep 17 00:00:00 2001 From: Tony White Date: Tue, 2 Jan 2024 17:19:44 -1000 Subject: [PATCH] make description one line --- app/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/main.py b/app/main.py index 832277f..90a5335 100644 --- a/app/main.py +++ b/app/main.py @@ -93,9 +93,7 @@ def stop_logging(): def servicenames(): return ''' {"name": "Simple Ping2 Survey ", - "description": "This extension makes it easy to record data from the ping2 sonar onbaord the vehicle, - keeping a poor communications link from interfering with the quality of collected survey data. When connected, - the extension displays a data preview that is intended to aide in survey grid spacing determination. Happy motoring!", + "description": "This extension makes it easy to record data from the ping2 sonar onbaord the vehicle, keeping a poor communications link from interfering with the quality of collected survey data. When connected, the extension displays a data preview that is intended to aide in survey grid spacing determination. Happy motoring!", "icon": "mdiMapCheck", "company": "Blue Robotics", "version": "0.0.1",