mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
aa
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user