missed colon
This commit is contained in:
@@ -69,7 +69,7 @@ class ZMQSocketsWorker:
|
||||
|
||||
|
||||
|
||||
def make_address(host, port)
|
||||
def make_address(host, port):
|
||||
return f"tcp://{host}:{port}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user