Skip to content

Commit 3a67b5f

Browse files
authored
Merge branch 'master' into master+conversation-objects
2 parents 143d09b + 0c1e827 commit 3a67b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleverwrap/cleverwrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _send(self, params):
7070
print(e)
7171
raise # Propagate the exception up the call stack so the calling code can catch it
7272

73-
return r.json()
73+
return r.json(strict=False) # Ignore possible control codes in returned data
7474

7575
def reset(self):
7676
"""

0 commit comments

Comments
 (0)