From f1676580ee0ae9f50eaeb0f884c47c6f33a979dc Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Mon, 18 Mar 2024 21:56:39 +0100 Subject: [PATCH] Adding the airport ICAO code and the comments --- config.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 440726f..760a1f7 100644 --- a/config.py +++ b/config.py @@ -1 +1,8 @@ -FLIGHTAWAREKEY = "V3rYs3cr3t" \ No newline at end of file +""" +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" \ No newline at end of file