Cleanup headers and encoding.

This commit is contained in:
Steve Pulec 2017-02-16 22:51:04 -05:00
commit cad185c74d
19 changed files with 138 additions and 101 deletions

View file

@ -10,7 +10,7 @@ class OpsWorksResponse(BaseResponse):
@property
def parameters(self):
return json.loads(self.body.decode("utf-8"))
return json.loads(self.body)
@property
def opsworks_backend(self):