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: