added LISTEN_HOST and LISTEN_PORT

pull/223/head
Igor Chubin 6 years ago
parent ceae32a7da
commit 0c96e97dd3

@ -30,6 +30,9 @@ DEFAULT_LOCATION = "oymyakon"
MALFORMED_RESPONSE_HTML_PAGE = open(os.path.join(STATIC, 'malformed-response.html')).read()
LISTEN_HOST = ""
LISTEN_PORT = 8002
def error(text):
if not text.startswith('Too many queries'):
print text

Loading…
Cancel
Save