MCPcopy Create free account
hub / github.com/cxapython/catvm / run

Function run

geetest/jiyan.py:141–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 return response
140
141def run():
142 challenge, gt, s, c = get_pic()
143 recover_pic()
144 arr_track, detail_track = __get_track()
145 t = arr_track[-1][0]
146 n = arr_track[-1][2]
147 rp = encrypt_md5(gt + challenge[:32] + str(n))
148 time.sleep(1)
149 verify(arr_track, detail_track, gt, challenge, rp, c, s, t, n)
150
151
152

Callers 1

jiyan.pyFile · 0.70

Calls 5

get_picFunction · 0.85
recover_picFunction · 0.85
__get_trackFunction · 0.85
encrypt_md5Function · 0.85
verifyFunction · 0.85

Tested by

no test coverage detected