up setup and doc

This commit is contained in:
Tykayn 2025-09-18 19:09:25 +02:00 committed by tykayn
parent 3e9d3c838e
commit 589235a978
3 changed files with 7 additions and 2 deletions

View file

@ -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)