From c9ca8f80c0696d36ea4a3103d0e765197f41a964 Mon Sep 17 00:00:00 2001 From: Dominik Fuhrmann <dominik.fuhrmann1@gmail.com> Date: Fri, 27 Dec 2024 11:36:55 +0100 Subject: [PATCH] ip --- communication/client.py | 2 +- communication/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/communication/client.py b/communication/client.py index 6480abd..c2b9c65 100644 --- a/communication/client.py +++ b/communication/client.py @@ -79,7 +79,7 @@ def main(): configure_logging() # server information - host = '127.0.0.1' + host = '192.168.178.51' port = 12345 # Load RSA public key (for encrypting the key) diff --git a/communication/server.py b/communication/server.py index c0a5304..2523449 100644 --- a/communication/server.py +++ b/communication/server.py @@ -103,7 +103,7 @@ def main(): configure_logging() # server information - host = '127.0.0.1' + host = '192.168.178.51' port = 12345 # Load RSA private key (for decrypting the key) -- GitLab