added threading #10

Merged
alex_orid merged 20 commits from threading-idea into Discord-Script 2020-11-17 10:34:26 +00:00
Showing only changes of commit 81c458ddd1 - Show all commits

View File

@ -48,8 +48,6 @@ def new_main(inputArg):
def twitch_module_init(dbCert, twitchCert):
credentials_manager = credentials.Credentials_Module()
credentials_manager.load_credentials()
twitch_chat = twitch_script.Twitch_Module()
twitch_chat.db_manager.setup_engine(dbCert)