From 6d3225ad00210add0558b56b7c8e36ab97391e99 Mon Sep 17 00:00:00 2001 From: Migatu Date: Mon, 8 Apr 2024 15:44:35 +0200 Subject: [PATCH] Fix address bind --- conjurer_librarian/conjurer_librarian.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conjurer_librarian/conjurer_librarian.py b/conjurer_librarian/conjurer_librarian.py index 2fee15a..b9d3400 100644 --- a/conjurer_librarian/conjurer_librarian.py +++ b/conjurer_librarian/conjurer_librarian.py @@ -17,8 +17,7 @@ import search_bot NETRC_FILE = r"C:\Users\Activcom.pl\.netrc" -#HOST_ADDRESS = "192.168.1.191" -HOST_ADDRESS = "0.0.0.0" +HOST_ADDRESS = "192.168.1.192" PORT_ADDRESS = 5001 DATABASE_PATH = r'C:\\Database\\chunks' ENCODING = "utf-8"