mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 00:02:11 +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"
|
FILE_SERVICE_ADDRESS = "http://192.168.1.15:5000"
|
||||||
GET_MP3 = "/mp3"
|
GET_MP3 = "/mp3"
|
||||||
SEND_MP3 = "/update_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"
|
SEND_QUERY = "/query"
|
||||||
TIME_BETWEEN_CALLS = 7200
|
TIME_BETWEEN_CALLS = 7200
|
||||||
LAST_SPONTANEOUS_CALL = datetime.now()
|
LAST_SPONTANEOUS_CALL = datetime.now()
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ if platform in ("linux", "linux2"):
|
|||||||
elif platform == "win32":
|
elif platform == "win32":
|
||||||
NETRC_FILE = "C:\\Users\\mtusz\\.netrc"
|
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
|
PORT_ADDRESS = 5001
|
||||||
|
|
||||||
class Librarian(object):
|
class Librarian(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user