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

fixing config logic in planeClass.py #59

Closed makrsmark closed 1 year ago

makrsmark commented 2 years ago

Map configurations are part of the plane, not mainconfig fixes Jxck-S/plane-notify#58

makrsmark commented 1 year ago

@Jxck-S thanks for merging so many PRs yesterday! This is the last change that's keeping me from running straight from the multi branch. Is this legit, or does something else need to change?

Jxck-S commented 1 year ago

I meant to move the map config to only the main config, it is redundant to have it in all the plane configs. Don't really see why someone would run ADSBX screenshot and GMaps map.

makrsmark commented 1 year ago

superceded by c14ad50