mirror of https://github.com/testerSunshine/12306
pull/66/head
parent
806be00d3d
commit
42cba656e7
|
@ -17,7 +17,6 @@ def getRandCode(is_auto_code, auto_code_type, result):
|
|||
return
|
||||
if auto_code_type == 2:
|
||||
rc = RClient(_get_yaml()["auto_code_account"]["user"], _get_yaml()["auto_code_account"]["pwd"])
|
||||
print(result)
|
||||
# im = open('./tkcode', 'rb').read()
|
||||
Result = rc.rk_create(result, 6113)
|
||||
if "Result" in Result:
|
||||
|
|
Loading…
Reference in New Issue