Update web.py

This commit is contained in:
SpudGunMan
2025-01-05 20:20:34 -08:00
parent 5829cdcef9
commit b44fa22c11
+1 -2
View File
@@ -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