cocaine/cocaine-core

cocaine-info expects 'host:port' string, but (host,port) tuple received

redbaron opened this issue · 1 comments

host, port = endpoint

instead of

host, port = endpoint.split(":")

fixes it

Fixed.