Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Mar 23, 2024
1 parent 42660c1 commit ae306bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ history_data = fr_api.get_history_data(flight, file_type="csv", time=1706529600)
file.write(history_data)
```

`flight_id` - The ID of the flight. Can be gotten from any other function that returns flight details.
`file_type` - Either CSV or KML.
`flight_id` - The ID of the flight. Can be gotten from any other function that returns flight details.<br>
`file_type` - Either CSV or KML.<br>
`time` - The STD/scheduled time of deperature in UTC of the flight as a Unix timestamp. Putting an invalid time will return a blank document.

## Setting and getting Real-time Flight Tracker parameters:
Expand Down

0 comments on commit ae306bc

Please sign in to comment.