Немного улучшен поиск (через несколько query)

This commit is contained in:
Jack Stdin
2016-02-02 23:28:20 +03:00
parent f2d71efe2e
commit 16a144205b
4 changed files with 32 additions and 21 deletions

View File

@@ -5,4 +5,4 @@ from aore import phias
application = phias.app
if __name__ == '__main__':
application.run(host='localhost', port=55001, debug=True)
application.run(host='0.0.0.0', port=55001, debug=True)