FIx host address

This commit is contained in:
2024-04-08 23:58:52 +02:00
parent e1b8a90a49
commit f1940007f6
+1 -1
View File
@@ -95,7 +95,7 @@ LIBRARIAN_SERVICE_ADDRESS = "http://192.168.1.192:5001"
SEND_QUERY = "/query"
TIME_BETWEEN_CALLS = 100000
LAST_SPONTANEOUS_CALL = datetime.now()
HOST_ADDRESS = "http://192.168.1.192"
HOST_ADDRESS = "http://192.168.1.191"
PORT_ADDRESS = "5000"
# *=========================================== Platform Specific Predefines