From ae306bca408bc0bd0752915ceb6f9c2fccd048e2 Mon Sep 17 00:00:00 2001 From: JeanExtreme002 Date: Sat, 23 Mar 2024 02:00:11 -0300 Subject: [PATCH] fixed readme --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 4792e9e..55aba1e 100644 --- a/python/README.md +++ b/python/README.md @@ -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.
+`file_type` - Either CSV or KML.
`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: