Skip to content

Commit

Permalink
Update localhost.py
Browse files Browse the repository at this point in the history
pointless print lol
  • Loading branch information
VargaDot committed Oct 3, 2023
1 parent b220f63 commit 64bf9ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion localhost.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 64bf9ee

Please sign in to comment.