Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
254 stars 38 forks source link

Set __is_closed=True when user_token is supplied to UserAuthenticator.authenticate() #175

Closed Tempystral closed 1 year ago

Tempystral commented 1 year ago

Addresses #174 I simply set self.__is_closed during the "user_token is set" check so other logic wasn't affected.