Add unicoding of input string (wordentries)

This commit is contained in:
Jack Stdin
2016-02-15 12:28:13 +03:00
parent 14118e4b0d
commit 9e72041d04
4 changed files with 5 additions and 3 deletions

View File

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