oliver-lloyd / twitch-listener

Easy python bot for scraping Twitch chat data
MIT License
44 stars 11 forks source link

Fix auth by calling the right variable #5

Closed Gladrat closed 3 years ago

Gladrat commented 4 years ago

The "Improperly formatted auth" happen when you call the listen() function with a raw token value (ie without starting with "oauth:"). init() function verify the construction of the token and add "oauth:" but the wrong variable is called next to this.

oliver-lloyd commented 3 years ago

Thank you! Sorry i missed this before.