Hi,
I really can't understand this anomaly so I'm running this code for a full hour data:
egll = (
"2022-12-12 11:00",
"2022-12-12 12:00",
bounds=eurofirs,
return_flight= False,
arrival_airport="EGLL"
)
which is giving me 63 identifiers, while running the same code for half an hour it's giving me 98 identifiers. How can this happen, the half-hour should be shown in the hour as well.