python-twitch-chatbot icon indicating copy to clipboard operation
python-twitch-chatbot copied to clipboard

app.py creates refresh token, causing TypeErrors in the chat bot if it hasn't run

Open MitchellHarrison opened this issue 4 years ago • 0 comments

The chat bot should be fine without a refresh token, so if app.py is never run, there should be some error handling to correct for lack of refresh token. This will probably have to happen in the environment.py file.

MitchellHarrison avatar Jun 29 '21 18:06 MitchellHarrison