cli cange

This commit is contained in:
Johannes Wendel
2019-08-28 19:18:22 +02:00
parent 1cd3656f0b
commit 03beeb8272
2 changed files with 2 additions and 1 deletions

View File

@@ -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)