Hello,
I tried to execute the python API with the following code
api = OpenSkyApi(paulo110,#########)
states = api.get_states(time_secs=1584973950)
print(states)
and pyton raised the following exception :
NameError: name 'paulo110' is not defined
Does anyone ever have this problem ?
Thanks for your time.
Paul