Skip to content

Commit

Permalink
Merge pull request #202 from huawei-noah/zhangjiajin-patch-0113-1942
Browse files Browse the repository at this point in the history
Update run_flask.py
  • Loading branch information
zhangjiajin authored Jan 13, 2022
2 parents d8cf6bf + de6c029 commit d9f13de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluate_service/evaluate_service/run_flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def run_flask(app, host, port, security_mode):
max_content_length = int(config["limit"]["max_content_length"])
else:
server = pywsgi.WSGIServer((host, port), app)
logging.warning("Start the evaluate service.")

server.init_socket()
server._stop_event.clear()
Expand Down

0 comments on commit d9f13de

Please sign in to comment.