Skip to content

Commit

Permalink
Merge pull request #139 from ic-dev21/main
Browse files Browse the repository at this point in the history
Ajout de "+"
  • Loading branch information
valleedelisle authored Nov 15, 2023
2 parents 02e7204 + 9e7cd1e commit b73bace
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 b73bace

Please sign in to comment.