Skip to content

Commit

Permalink
Merge pull request #79 from sakan811/patch
Browse files Browse the repository at this point in the history
Adjusted get_auth_headers.py
  • Loading branch information
sakan811 authored Dec 1, 2024
2 parents 830341e + 1be4056 commit d502927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_auth_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Global flag to track if we've intercepted a request
intercepted = False

ENV_FILENAME = '.env.local'
ENV_FILENAME = '.env'


def extract_x_headers() -> None:
Expand Down

0 comments on commit d502927

Please sign in to comment.