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 cc7600b commit cd843c4Copy full SHA for cd843c4
src/murfey/util/client.py
@@ -85,7 +85,7 @@ def capture_post(
85
response = requests.Response()
86
if response.status_code != 200:
87
logger.warning(
88
- f"Response to post to {url} with data {json} had status code "
+ f"Response to post to {url} with data {data} had status code "
89
f"{response.status_code}. The reason given was {response.reason}"
90
)
91
client_config = read_config()
0 commit comments