making the program listen to the airport ICAO code in config
This commit is contained in:
parent
f1676580ee
commit
68917c3907
|
@ -6,7 +6,7 @@ import requests
|
|||
|
||||
apiUrl = "https://aeroapi.flightaware.com/aeroapi/"
|
||||
|
||||
airport = 'EBBR'
|
||||
airport = config.AIRPORT
|
||||
payload = {'max_pages': 2}
|
||||
auth_header = {'x-apikey':config.FLIGHTAWAREKEY}
|
||||
|
||||
|
|
Loading…
Reference in a new issue