From b44fa22c11c1a2b44177c299ea553bc1bacf85bb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 5 Jan 2025 20:20:34 -0800 Subject: [PATCH] Update web.py --- modules/web.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/web.py b/modules/web.py index 2ae2359..a340622 100644 --- a/modules/web.py +++ b/modules/web.py @@ -43,8 +43,7 @@ if SSL: exit(1) httpd.socket = ctx.wrap_socket(httpd.socket, server_side=True) -print("Serving reports at http://localhost:", PORT) -print("Press ^C to quit.") +print(f"Serving reports at http://localhost:{PORT} Press ^C to quit.\n\n") if not webServerLogs: print("Server Logs are disabled") # Serve forever, that is until the user interrupts the process