Skip to content

Commit

Permalink
hotfix: fix port variable name. (#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalapotter authored Sep 22, 2022
1 parent cb05902 commit e4bf92d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,4 +569,4 @@ def shutdown(self):
Shutdown estimator and release resources.
"""
if self.need_to_log_to_driver:
stop_log_server(self.log_server_thread, self.ip, self.port)
stop_log_server(self.log_server_thread, self.ip, self.log_port)

0 comments on commit e4bf92d

Please sign in to comment.