Skip to content

Commit

Permalink
revert this as it is unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 30, 2024
1 parent 0a7294a commit 9b880fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/textual_dev/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ def serve(
"""
from textual_serve.server import Server

if " " not in command and command.endswith(".py"):
command = f"python {command}"

server = Server(command, host, port, title=title, public_url=url)
server.serve(debug=dev)

Expand Down

0 comments on commit 9b880fa

Please sign in to comment.