1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user