Madeline Rosenberg
Madeline Rosenberg
When running the twitchtriviabot.py, my team is receiving error message line 824, in __init__ if str(self.session_config['output']).lower() == 'true' or self.session_config['output'] == True: KeyError: 'output' zsh: abort /usr/local/opt/python/bin/python3.7 We cannot find...
I did `curl https://bee-travels.v2.ibmdeveloper.net/api/v1/cars/china/wuhan?rental_company=Carlux&body_type=suv&style=luxury` The response was: ``` [ { "id":"572aee3d-e6a5-4e3f-89a1-e87859af8146", "car_id":"a88b1991-59cb-4189-a540-204f082b3db2", "city":"Wuhan", "country":"China", "rental_company":"Chakra", "cost":243, "name":"Porsche Cayenne", "body_type":"suv", "style":"luxury", "image":"https://s3.us.cloud-object-storage.appdomain.cloud/bee-travels-cars/porsche_cayenne.jpg" }, { "id":"f4e93d6f-e640-4f20-8db6-85468318139a", "car_id":"a88b1991-59cb-4189-a540-204f082b3db2", "city":"Wuhan", "country":"China", "rental_company":"Carlux", "cost":248, "name":"Porsche...