Skip to content

Commit

Permalink
fix parameter name (#1409)
Browse files Browse the repository at this point in the history
Signed-off-by: Kaihui-intel <[email protected]>
  • Loading branch information
Kaihui-intel authored Nov 22, 2023
1 parent 934ba03 commit fcbac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_solution/frontend/gRPC/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ def parse_arguments():
config.result_monitor_port = args.result_monitor_port
config.task_monitor_port = args.task_monitor_port
# initialize the task submitter
task_submitter.task_monitor_port = config.task_monitor_portq
task_submitter.task_monitor_port = config.task_monitor_port
task_submitter.result_monitor_port = config.result_monitor_port
serve()

0 comments on commit fcbac41

Please sign in to comment.