change dev server listen port

This commit is contained in:
Villivateur Von 2022-01-13 10:42:48 +08:00
parent 56a8014d22
commit 9c34aa5d19
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ if __name__ == "__main__":
basedir = 'output/{lang}/'.format(lang=lang)
app.run(host='0.0.0.0', debug=True)
app.run(host='0.0.0.0', debug=True, port=8999)