-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Description
My garmin username is not an email address and so does not contain at @ symbol but the login function raises an exception if username does contain @.
Login works fine if I disable this validation check or use the following work-around.
from garminconnect import Garmin
client = Garmin("mygarminusername", "mygarminpassword")
client.is_cn = True
tokens = client.login()
etc
Metadata
Metadata
Assignees
Labels
No labels