Skip to content

Commit 4710af9

Browse files
authored
Update one example
1 parent dd92ee0 commit 4710af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ application.
4747
response = amadeus.shopping.flight_offers_search.get(
4848
originLocationCode='SYD',
4949
destinationLocationCode='BKK',
50-
departureDate='2020-07-01',
50+
departureDate='2020-10-01',
5151
adults=1)
5252
print(response.data)
5353
except ResponseError as error:

0 commit comments

Comments
 (0)