update ieemoo-ai-isempty.py.
This commit is contained in:
@ -171,15 +171,7 @@ def get_isempty():
|
|||||||
result = {}
|
result = {}
|
||||||
result["success"] = "true"
|
result["success"] = "true"
|
||||||
result["rst_cls"] = 0
|
result["rst_cls"] = 0
|
||||||
else:
|
|
||||||
if(riseresult["rst_cls"]==0):
|
|
||||||
result = {}
|
|
||||||
result["success"] = "true"
|
|
||||||
result["rst_cls"] = 0
|
|
||||||
else:
|
|
||||||
result = {}
|
|
||||||
result["success"] = "true"
|
|
||||||
result["rst_cls"] = 1
|
|
||||||
|
|
||||||
return repr(result)
|
return repr(result)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user