Temp Disabled Helix Line

Recent library update messed up this line.
This commit is contained in:
Alex Orid 2020-11-17 15:55:41 -05:00
parent fabbd544f7
commit 1438e5fbab

View File

@ -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)