From 64bf9ee902965e5484e5a13358a72a5681fee328 Mon Sep 17 00:00:00 2001 From: DipShtick Date: Tue, 3 Oct 2023 14:53:45 +0100 Subject: [PATCH] Update localhost.py pointless print lol --- localhost.py | 1 - 1 file changed, 1 deletion(-) diff --git a/localhost.py b/localhost.py index 71be3e3..204cfcf 100644 --- a/localhost.py +++ b/localhost.py @@ -1,7 +1,6 @@ import subprocess def start_http_server(): - print("Le URL: http://localhost:8000/src/main.html") try: subprocess.run(["python", "-m", "http.server"]) except KeyboardInterrupt: