Skip to content

Commit 7874029

Browse files
authored
update dates in get started
1 parent 4cf434b commit 7874029

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ application <https://developers.amadeus.com/my-apps/>`__.
4141
4242
try:
4343
response = amadeus.shopping.flight_offers_search.get(
44-
originLocationCode='SYD',
45-
destinationLocationCode='BKK',
46-
departureDate='2021-11-01',
44+
originLocationCode='MAD',
45+
destinationLocationCode='ATH',
46+
departureDate='2022-16-01',
4747
adults=1)
4848
print(response.data)
4949
except ResponseError as error:

0 commit comments

Comments
 (0)