We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348ea3c commit aafbd31Copy full SHA for aafbd31
1 file changed
src/bma_client.py
@@ -84,7 +84,7 @@ def get_server_settings(self) -> dict[str, dict[str, dict[str, list[str]]]]:
84
r = self.client.get(
85
self.base_url + "/api/v1/json/jobs/settings/",
86
).raise_for_status()
87
- self.settings = r.json()["bma_response"]["settings"]
+ self.settings = r.json()["bma_response"]
88
return r.json()
89
90
def get_jobs(self, job_filter: str = "?limit=0") -> list[dict[str, str]]:
0 commit comments