Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RENAUD Maxence DGAC/CRNA-N committed Feb 7, 2020
1 parent 51706d7 commit aa02c1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ other_params = {
# pour afficher une liste de vols pour un terrain donné
flight_list = test_manager.queryFlightsByAerodrome(
aerodrome="LFPG",
aerodromeRole="DEPARTURE",
startTime=startTime, endTime=endTime,
other_params=other_params)
aerodromeRole="DEPARTURE",
startTime=startTime, endTime=endTime,
other_params=other_params)
print(flight_list.data)

# pour afficher une liste de vols pour un Traffic Volume donné
flight_list = test_manager.queryFlightsByTrafficVolume(
trafficVolume='LFFTN',
startTime=startTime, endTime=endTime,
other_params=other_params)
startTime=startTime, endTime=endTime,
other_params=other_params)
print(flight_list.data)
```

0 comments on commit aa02c1a

Please sign in to comment.