flight-screen-info/config.example.py
2024-03-18 22:33:26 +01:00

8 lines
227 B
Python

"""
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"