Skip to content

Commit

Permalink
don't need get here
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed Jan 25, 2024
1 parent 7972aab commit 5f533d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python/readme_metrics/PayloadBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _build_request_payload(self, request) -> dict:

# Mask the auth header
if "Authorization" in headers:
headers["Authorization"] = mask(headers.get("Authorization"))
headers["Authorization"] = mask(headers["Authorization"])

queryString = parse.parse_qsl(self._get_query_string(request))

Expand Down

0 comments on commit 5f533d0

Please sign in to comment.