From 1438e5fbab309e9feebce2314085ed54345e5398 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Tue, 17 Nov 2020 15:55:41 -0500 Subject: [PATCH] Temp Disabled Helix Line Recent library update messed up this line. --- twitch_script.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)