Adding the airport ICAO code and the comments

This commit is contained in:
Arnold Dechamps 2024-03-18 21:56:39 +01:00
parent a082d460ed
commit f1676580ee
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -1 +1,8 @@
FLIGHTAWAREKEY = "V3rYs3cr3t"
"""
Config file that contains var's for the program.
"""
# Your API key that you get from https://www.flightaware.com/commercial/aeroapi
FLIGHTAWAREKEY = "V3rYs3cr3t"
# ICAO code of the airport you want to see
AIRPORT = "EBBR"