We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41ae3ac + 0413f86 commit f4d562dCopy full SHA for f4d562d
1 file changed
mergin/client.py
@@ -298,7 +298,7 @@ def workspace_service(self, workspace_id):
298
Returns response from server as JSON dict or None if endpoint is not found
299
"""
300
resp = self.get(f"/v1/workspace/{workspace_id}/service")
301
- return json.loads(resp)
+ return json.load(resp)
302
303
def workspace_usage(self, workspace_id):
304
0 commit comments