8000 Return Requests object from API · juno249/wc-api-python@b3f8de7 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit b3f8de7

Browse files
Return Requests object from API
1 parent c3ef8b8 commit b3f8de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __request(self, method, endpoint, data):
7171
auth=auth,
7272
data=data,
7373
headers=headers
74-
).json()
74+
)
7575

7676
def get(self, endpoint):
7777
""" Get requests """

0 commit comments

Comments
 (0)
0