Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Dec 5, 2019
1 parent d0962b3 commit ad23834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def __init__(self, services, ignore_alive=None, addr="127.0.0.1"):
self.ignore_alive = []

for s in services:
# TODO: get address automatically from service_list
if addr is not None:
self.sock[s] = sub_sock(s, poller=self.poller, addr=addr, conflate=True)
self.freq[s] = service_list[s].frequency
Expand Down

0 comments on commit ad23834

Please sign in to comment.