Skip to content

Commit

Permalink
fix: change default base URL of FLAME password auth client
Browse files Browse the repository at this point in the history
  • Loading branch information
mjugl committed Jul 18, 2024
1 parent 561a02a commit e061dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
self,
username: str,
password: str,
base_url="https://core.privateaim.net",
base_url="https://auth.privateaim.net",
token_expiration_leeway_seconds=60,
force_acquire_on_init=False,
):
Expand Down

0 comments on commit e061dd0

Please sign in to comment.