Skip to content

Commit 5e4d0fe

Browse files
authored
Remove json from HTTP requests for ScaleGov (#47)
1 parent 5c38b89 commit 5e4d0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleapi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.5.0"
1+
__version__ = "2.6.0"
22
__package_name__ = "scaleapi"

scaleapi/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _http_request(
6161

6262
try:
6363
params = params or {}
64-
body = body or {}
64+
body = body or None
6565

6666
res = https.request(
6767
method=method,

0 commit comments

Comments
 (0)