update ieemoo-ai-isempty.py.

This commit is contained in:
Brainway
2022-11-09 06:15:02 +00:00
committed by Gitee
parent f1734594a9
commit d667de427a

View File

@ -171,15 +171,7 @@ def get_isempty():
result = {}
result["success"] = "true"
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)