This commit is contained in:
2024-04-01 17:23:35 +02:00
parent bf4c798946
commit 4b7d566857
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ if platform in ("linux", "linux2"):
elif platform == "win32":
NETRC_FILE = "C:\\Users\\mtusz\\.netrc"
HOST_ADDRESS = "192.168.1.15"
#HOST_ADDRESS = "192.168.1.191"
HOST_ADDRESS = "0.0.0.0"
PORT_ADDRESS = 5001
class Librarian(object):