From f1940007f62fb68c674516420982f61873a93303 Mon Sep 17 00:00:00 2001 From: Migatu Date: Mon, 8 Apr 2024 23:58:52 +0200 Subject: [PATCH] FIx host address --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 42c726b..016f744 100644 --- a/bot.py +++ b/bot.py @@ -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