You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linked to #44 - Initial auth fixed once .dat file removed, but throws warning/error which is OK as auth will generate a new file.
After Oauth in browser, .dat file is written and "Authentication Successful" is printed but python script is still running instead of gracefully exiting.
The text was updated successfully, but these errors were encountered:
Without some details of what your script is attempting to do, I don't know this can be addressed. I don't know where the docs are for this (from google), but IIRC they stated that the V3 API required this run-then-write-then-restart approach, so the graceful exit you're looking for can probably be handled by you woolworths.py script. Maybe.
Linked to #44 - Initial auth fixed once .dat file removed, but throws warning/error which is OK as auth will generate a new file.
After Oauth in browser, .dat file is written and "Authentication Successful" is printed but python script is still running instead of gracefully exiting.
The text was updated successfully, but these errors were encountered: