Skip to content

Commit 9b880fa

Browse files
committed
revert this as it is unreliable
1 parent 0a7294a commit 9b880fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/textual_dev/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ def serve(
257257
"""
258258
from textual_serve.server import Server
259259

260-
if " " not in command and command.endswith(".py"):
261-
command = f"python {command}"
262-
263260
server = Server(command, host, port, title=title, public_url=url)
264261
server.serve(debug=dev)
265262

0 commit comments

Comments
 (0)