We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3f2f commit b879076Copy full SHA for b879076
lib/database/bootstrapper_runtime/handler.py
@@ -59,7 +59,7 @@ def send(
59
60
try:
61
response = httpx.put(responseUrl, data=json_responseBody, headers=headers)
62
- print("Status code: " + response.reason)
+ print("Status code: " + response.status_code)
63
except Exception as e:
64
print("send(..) failed executing httpx.put(..): " + str(e))
65
0 commit comments