From 941324d637da92143dbab6e3b0a077295833eb70 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Thu, 22 Apr 2021 15:19:38 -0400 Subject: [PATCH] Update standalone_twitch_pubsub.py --- standalone_twitch_pubsub.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/standalone_twitch_pubsub.py b/standalone_twitch_pubsub.py index 9241aab..e179ffa 100644 --- a/standalone_twitch_pubsub.py +++ b/standalone_twitch_pubsub.py @@ -20,5 +20,4 @@ if __name__ == "__main__": testModule.twitchCredential = credentials_manager.find_Twitch_Credential(config.credentialsNickname) #testModule.dbCredential = credentials_manager.find_DB_Credential(config.credentialsNickname) - for twitchChannel in config.autoJoin_TwitchChannels: - testModule.join_channel(None, twitchChannel) \ No newline at end of file + testModule.main() \ No newline at end of file