diff --git a/rest-api/python/deck_of_cards.py b/rest-api/python/deck_of_cards.py index 48bd39c..619828e 100644 --- a/rest-api/python/deck_of_cards.py +++ b/rest-api/python/deck_of_cards.py @@ -36,3 +36,6 @@ print(response.text) # Get the deck_id from the returned JSON +deck = response.json() +deck_id = deck['3dugteps2r87'] +print(deck_id)