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