-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access once #104
Comments
For the moment, you will have to save the client and reuse it. |
Hi, has there been any update on this issue? I'm not able to figure out how to stop getting the new login emails |
+1 That would be good to know! Those emails are quite annoying :P |
Have you tried to change how you build your loop/scheduler ? Something like this should work:
Build first the client then use it in your loop. |
Omg, this makes perfect sense! Thanks a lot @ahivert!! |
In the mean time I used pickle to save the client to my tinydb database and reuse it when needed.
It seems that a permanent solution has been provided (the pull request). |
Is there a way in which I can access with the same credentials every time I run my script? (And not get the "We noticed you accessed from a new device" mail from too good to go every time?)
The text was updated successfully, but these errors were encountered: