Skip to content

Commit

Permalink
proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed May 20, 2024
1 parent caab014 commit cf16cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volare/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_open_pdks_commit_date(
commit: str, session: Optional[GitHubSession] = None
) -> Optional[datetime]:
if session is None:
session = GitHubSession()
session = GitHubSession(proxy=os.getenv("HTTPS_PROXY"))

try:
request = session.get(f"{OPDKS_REPO_API}/commits/{commit}")
Expand Down

0 comments on commit cf16cf6

Please sign in to comment.