1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-17 20:12:22 +00:00

Improve docs. (Badges missing)

This commit is contained in:
militarpancho
2017-04-07 14:19:08 +02:00
committed by J. Fernando Sánchez
parent 2ea01aef42
commit 3e0f55dcff
12 changed files with 317 additions and 73 deletions

View File

@@ -22,7 +22,6 @@ class Client(object):
response = requests.request(method=method, url=url, params=params)
try:
resp = models.from_dict(response.json())
resp.validate(resp)
except Exception as ex:
logger.error(('There seems to be a problem with the response:\n'
'\tURL: {url}\n'