Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 authored Nov 27, 2023
1 parent cebe019 commit 5c69ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ airport_details = fr_api.get_airport_details(airport.icao)
The `get_bounds_by_point(...)` method has parameters `latitude` and `longitude` for your position.
And `radius` for what distance in meters from the point to start tracking
```py
# Your point is 52°34'04.7"N 13°16'57.5"E from Google maps and radius 2km
# Your point is 52°34'04.7"N 13°16'57.5"E from Google Maps and radius 2km
bounds = fr_api.get_bounds_by_point(52.567967, 13.282644, 2000)

flights = fr_api.get_flights(bounds=bounds)
Expand Down

0 comments on commit 5c69ab6

Please sign in to comment.