Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Mar 31, 2024
1 parent 94cd8ba commit 5823cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoint/register/pypush_gsa_icloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def sms_second_factor(dsid, idms_token):
timeout=5,
)
header_string = "Header der Antwort:\n"
for header, value in response.headers.items():
for header, value in resp.headers.items():
header_string += f"{header}: {value}\n"
response = f"HTTP-Code: {resp.status_code} with {header_string} bytes"
logger.debug(response)
Expand Down

0 comments on commit 5823cc7

Please sign in to comment.