up setup and doc
This commit is contained in:
parent
3e9d3c838e
commit
589235a978
3 changed files with 7 additions and 2 deletions
|
@ -73,5 +73,5 @@ if __name__ == '__main__':
|
|||
# This block is executed when the script is run directly
|
||||
import waitress
|
||||
|
||||
logger.info("Starting server on http://127.0.0.1:8080")
|
||||
logger.info(" -------------- Starting server on http://127.0.0.1:8080 ------------")
|
||||
waitress.serve(app, host='127.0.0.1', port=8080)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue