f
This commit is contained in:
7
TUI.py
7
TUI.py
@@ -47,7 +47,6 @@ from SYS.cmdlet_catalog import ensure_registry_loaded, list_cmdlet_names # type
|
||||
from SYS.cli_syntax import validate_pipeline_text # type: ignore # noqa: E402
|
||||
|
||||
from TUI.pipeline_runner import PipelineRunner # type: ignore # noqa: E402
|
||||
from SYS.background_services import ensure_zerotier_server_running, stop_zerotier_server
|
||||
|
||||
|
||||
def _dedup_preserve_order(items: List[str]) -> List[str]:
|
||||
@@ -503,13 +502,7 @@ class PipelineHubApp(App):
|
||||
if self.worker_table:
|
||||
self.worker_table.add_columns("ID", "Type", "Status", "Details")
|
||||
|
||||
self.set_interval(5.0, ensure_zerotier_server_running)
|
||||
|
||||
def on_unmount(self) -> None:
|
||||
stop_zerotier_server()
|
||||
|
||||
async def _manage_zerotier_server(self) -> None:
|
||||
# Method removed - logic moved to SYS.background_services
|
||||
pass
|
||||
|
||||
# Initialize the store choices cache at startup (filters disabled stores)
|
||||
|
||||
Reference in New Issue
Block a user