We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618644a commit a21f2f0Copy full SHA for a21f2f0
1 file changed
phylesystem_api/phylesystem_api/views/default.py
@@ -180,7 +180,7 @@ def fetch_and_cache(url):
180
return Response(
181
headers=fetched.headers,
182
body=fetched.text,
183
- status=fetched.status_code, # keep the returned status code!
+ status_code=fetched.status_code, # keep the returned status code!
184
charset="UTF-8",
185
content_type=ct,
186
)
0 commit comments