-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 [#4908] Fix bugs with JSON serializing
* The requests.Response object is not JSON serializable, so need to add just the json response (assuming it is json for now) of it . * Convert the data to be sent to a json format. Needed because date/datetimes are not JSON serializable
- Loading branch information
1 parent
12f5d78
commit 55a4d25
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters