cli cange
This commit is contained in:
@@ -9,6 +9,7 @@ class Networking:
|
||||
def __init__(self, output_server_address, input_socket_address):
|
||||
self.server_address = "http+unix://" + output_server_address.replace("/", "%2F")
|
||||
self.input_socket.connect(input_socket_address)
|
||||
print("Connected to " + input_socket_address + " and started server " + self.server_address)
|
||||
|
||||
def get(self, path):
|
||||
response = self.output_session.get(self.server_address + path)
|
||||
|
||||
Reference in New Issue
Block a user