Commit c1f8622e by lichenggang

开启rpc

parent 8913e032
Showing with 2 additions and 2 deletions
......@@ -22,5 +22,5 @@ if __name__ == "__main__":
http_port = 50052
grpc_port = 50051
# run(http_port, grpc_port)
http_run(http_port)
run(http_port, grpc_port)
# http_run(http_port)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment