From 6aaaca03dd297852f179bffa6fd4def71a8f7bd1 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Tue, 20 Apr 2021 18:22:12 -0400 Subject: [PATCH] Update twitch_script.py --- twitch_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch_script.py b/twitch_script.py index 9bef670..554347f 100644 --- a/twitch_script.py +++ b/twitch_script.py @@ -43,7 +43,7 @@ class Twitch_Module(): self.allow_rgbLightControl = config.autoEnabled_Twitch_rgbLightControl - self.Mod + self.Network_Module = Module_Networking.Module_Networking() def join_channel(self, credential: credentials.Twitch_Credential, channel_name:str): channel_name = "#" + channel_name