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
+1 -1
View File
@@ -72,7 +72,7 @@ MUZYKA_MOJEGO_LUDU_PLAJLISTA = 30
FILE_SERVICE_ADDRESS = "http://192.168.1.15:5000"
GET_MP3 = "/mp3"
SEND_MP3 = "/update_mp3"
LIBRARIAN_SERVICE_ADDRESS = "http://192.168.1.15:5001"
LIBRARIAN_SERVICE_ADDRESS = "http://192.168.1.191:5001"
SEND_QUERY = "/query"
TIME_BETWEEN_CALLS = 7200
LAST_SPONTANEOUS_CALL = datetime.now()
+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):