We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 143d09b + 0c1e827 commit 3a67b5fCopy full SHA for 3a67b5f
cleverwrap/cleverwrap.py
@@ -70,7 +70,7 @@ def _send(self, params):
70
print(e)
71
raise # Propagate the exception up the call stack so the calling code can catch it
72
73
- return r.json()
+ return r.json(strict=False) # Ignore possible control codes in returned data
74
75
def reset(self):
76
"""
0 commit comments