def __init__(self):
self.colorPrint = ColorPrint.setPrint("Root")
self.colorPrint("Test Unit", wantname)
modules = InitModule.modulesGet()
privacy = password_crypt.logIn(InitModule.requiresGet(modules))
# self.colorPrint("Secret",privacy,color="WARNING")
modules = [i for i in modules if i['name'] in ["", *wantname]]
self.modules, base = InitModule.initSet(privacy, modules)
self.slack = SlackClient(base.get('TOKEN'))
self.ignoretype = [
'user_typing',
'reconnect_url',
'pref_change',
'presence_change',
'emoji_changed',
'desktop_notification']
评论列表
文章目录