From b5f8e50b4c90d47c2dff3be1eae386a2888bb1d0 Mon Sep 17 00:00:00 2001 From: Jack Sweeney Date: Sat, 21 Nov 2020 16:46:18 +0000 Subject: [PATCH] Remove empty line --- PseudoCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PseudoCode.md b/PseudoCode.md index 03ae3bb..5c4fc6d 100644 --- a/PseudoCode.md +++ b/PseudoCode.md @@ -6,4 +6,4 @@ - Given the coordinates of the aircraft the coordinates are reverse looked up for a location name. (GeoPY Nomination Geolocator) - At the time of takeoff a takeoff time is set, which is referenced in the landing event to calculate approximate total flight time. - A Static map image is created based off location name. (Google Static Maps API) or a screenshot of is created using Selenium/ChromeDriver The selected plane is locked on in the screenshot. -- If the landing event and takeoff events are true, It will output to any of the following built-in output methods. (Twitter, Pushbullet, and Discord all of which can be setup and enabled in each planes config file. Outputs the location name, map image and flight time on landing. (Tweepy and "Pushbullet.py" and Discord_webhooks) +- If the landing event and takeoff events are true, It will output to any of the following built-in output methods. (Twitter, Pushbullet, and Discord all of which can be setup and enabled in each planes config file. Outputs the location name, map image and flight time on landing. (Tweepy and "Pushbullet.py" and Discord_webhooks) \ No newline at end of file