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:
committed by
J. Fernando Sánchez
parent
2ea01aef42
commit
3e0f55dcff
@@ -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'
|
||||
|
Reference in New Issue
Block a user