Skip to content

Commit

Permalink
Merge pull request #147 from ic-dev21/main
Browse files Browse the repository at this point in the history
  • Loading branch information
valleedelisle authored Dec 10, 2023
2 parents 899c5f6 + 4048868 commit b6cf531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhilo/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async def async_auth_password(
api._username = username
api._state_yaml = state_yaml
api.state = get_state(state_yaml)
password = parse.quote(password, safe="!@#$%^&*()+")
password = parse.quote(password, safe="!@#$%^?&*()_+")
auth_body = api.auth_body(
AUTH_TYPE_PASSWORD, username=username, password=password
)
Expand Down

0 comments on commit b6cf531

Please sign in to comment.