Skip to content

Commit cd843c4

Browse files
committed
Wrong variable name
1 parent cc7600b commit cd843c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def capture_post(
8585
response = requests.Response()
8686
if response.status_code != 200:
8787
logger.warning(
88-
f"Response to post to {url} with data {json} had status code "
88+
f"Response to post to {url} with data {data} had status code "
8989
f"{response.status_code}. The reason given was {response.reason}"
9090
)
9191
client_config = read_config()

0 commit comments

Comments
 (0)