pull/66/head
wenxianping 2018-12-25 11:54:55 +08:00
parent 806be00d3d
commit 42cba656e7
1 changed files with 0 additions and 1 deletions

View File

@ -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: