MCPcopy Create free account
hub / github.com/Mashiro2000/HeyTapTask / start

Method start

ChockInEarly.py:112–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110
111 # 执行欢太商城实例对象
112 def start(self):
113 self.sess.headers.update({
114 "User-Agent":self.dic['UA']
115 })
116 self.sess.cookies.update({
117 "Cookie":self.dic['CK']
118 })
119 if self.login() == True:
120 self.early()
121 notify('*' * 40 + '\n')
122
123# 检测CK是否存在必备参数
124def checkHT(dic):

Callers 1

main_handlerFunction · 0.95

Calls 3

loginMethod · 0.95
earlyMethod · 0.95
notifyFunction · 0.70

Tested by

no test coverage detected