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