Skip to content

Commit

Permalink
Merge pull request #50 from alertlogic/session_global_endpoint_fix
Browse files Browse the repository at this point in the history
Added missing global_endpoint parameter to the session initialization
  • Loading branch information
ptrakhtman authored Jul 3, 2020
2 parents b64c2f5 + cff97e1 commit 757bf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions almdrlib/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def __init__(
aims_token=aims_token,
account_id=account_id,
profile=profile,
global_endpoint=global_endpoint,
residency=residency,
raise_for_status=raise_for_status)

Expand Down

0 comments on commit 757bf09

Please sign in to comment.