Skip to content

Commit

Permalink
log entering waypoints into aircraft
Browse files Browse the repository at this point in the history
  • Loading branch information
Santi871 committed Sep 1, 2019
1 parent b35efc6 commit 87c82b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def set_driver(self, driver_name):
raise DriverException(f"Undefined driver: {driver_name}")

def enter_all(self, profile):
self.logger.info(f"Entering waypoints for aircraft: {profile.aircraft}")
sleep(int(self.settings['PREFERENCES'].get('Grace_Period', 5)))
self.driver.enter_all(profile)

Expand Down

0 comments on commit 87c82b1

Please sign in to comment.