diff --git a/twitch_script.py b/twitch_script.py index 73e1cdf..faa3406 100644 --- a/twitch_script.py +++ b/twitch_script.py @@ -48,7 +48,8 @@ class Twitch_Module(): channel = channel_name, nickname = credential.username, oauth = credential.oauth, - helix = twitch.Helix(credential.helix, use_cache=True) + # LIBRARY UPDATE BROKE THE FOLLOWING LINE [FIX THIS] + #helix = twitch.Helix(credential.helix, use_cache=True) ) self.chat.subscribe(self.twitch_chat)