Temp Disabled Helix Line
Recent library update messed up this line.
This commit is contained in:
parent
fabbd544f7
commit
1438e5fbab
@ -48,7 +48,8 @@ class Twitch_Module():
|
|||||||
channel = channel_name,
|
channel = channel_name,
|
||||||
nickname = credential.username,
|
nickname = credential.username,
|
||||||
oauth = credential.oauth,
|
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)
|
self.chat.subscribe(self.twitch_chat)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user