瀏覽代碼

flask_app: api update_gender add returen value

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 年之前
父節點
當前提交
5c1a28073d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      flask_app.py

+ 1 - 0
flask_app.py

@@ -123,6 +123,7 @@ def update_gender_rate():
     except Exception as e:
         mvp.close()
         return str(e)
+    return '人群性别比列更新完成...'
 
 
 if __name__ == '__main__':