change port
This commit is contained in:
parent
42432b1d63
commit
a866dcff53
1 changed files with 1 additions and 1 deletions
|
@ -111,4 +111,4 @@ for extra_dir in extra_dirs:
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.secret_key = 'super secret key'
|
app.secret_key = 'super secret key'
|
||||||
app.run(debug=True, extra_files=extra_files)
|
app.run(debug=True, extra_files=extra_files, port=6996)
|
||||||
|
|
Loading…
Add table
Reference in a new issue