Jxck-S / plane-notify

Notify if a selected plane has taken off or landed using ADS-B data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, Mastodon, and Telegram
GNU General Public License v3.0
2.5k stars 432 forks source link

Update self.last_pos_datetime handling #53

Closed NomsterDude closed 1 year ago

NomsterDude commented 2 years ago

Updated all self.last_pos_datetime caculations to not exit the program if ac_dict.time_position is NoneType.

NomsterDude commented 2 years ago

Requires review

NomsterDude commented 2 years ago

This is a potential solution to This Issue