Simply prevent crashes with OSError when environment variables are not set. Intended primarily for debugging and duplication to CPU space.

Is this a common thing? If it is for one time thing, it might not be necessary.

I was wondering if it would be better to have the rest of the functionality work than to have it crash if you don't set a token or can't set just a token for some sites.
The various Clients don't have to be implemented to crash the whole program if you pass the wrong token, but they actually do, so...

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment