Skip to content

Commit

Permalink
Ajout répertoire cert
Browse files Browse the repository at this point in the history
  • Loading branch information
KrazyMax committed Oct 17, 2019
1 parent 921d555 commit 7c8b8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions demo2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# démo queryFlightsByAirspace
flight_list = test_manager.queryFlightsByAirspace(
airspace="LFFFTH",
startTime="2019-10-17 18:00",
endTime="2019-10-17 19:30",
startTime="2019-10-18 06:00",
endTime="2019-10-18 07:30",
requestedFlightFields=requestedFlightFields)
print(flight_list.data)

Expand Down

0 comments on commit 7c8b8af

Please sign in to comment.