From 31b50ee4062d745458ef0a2cd0713860f692cbec Mon Sep 17 00:00:00 2001 From: "Khoa.vo" Date: Tue, 30 Dec 2025 21:02:51 +0700 Subject: [PATCH] debug: add visible version indicators --- app.py | 6 +++++- templates/index.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index bff8025..d1c1948 100644 --- a/app.py +++ b/app.py @@ -1449,5 +1449,9 @@ if __name__ == '__main__': print("\033[32m" + f"http://localhost:{port_sever}" + " " + "\033[0m", flush=True) print("\033[32m" + f"http://127.0.0.1:{port_sever}" + "\033[0m", flush=True) - # sever_flare(port_sever, "cXPggKvHuW:sdvn:1231") + print("----------------------------------------------------------------") + print(" aPix v2.0 DEBUG - STARTED") + print("----------------------------------------------------------------") + + initialize_config_files() app.run(debug=True, host='0.0.0.0', port=port_sever) diff --git a/templates/index.html b/templates/index.html index 787fbf3..99ed2f4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@