Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Jul 30, 2024
1 parent 53d4965 commit ef942b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/decky_loader/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async def http_request(self, req: Request) -> StreamResponse:
headers = dict(req.headers)

headers["User-Agent"] = helpers.user_agent

for excluded_header in excluded_default_headers:
self.logger.debug(f"Excluding default header {excluded_header}")
if excluded_header in headers:
Expand Down

0 comments on commit ef942b5

Please sign in to comment.