Improve background check handling, and hide services until connection is proved.

This commit is contained in:
2026-08-26 21:32:18 +01:00
parent 80c2fc086f
commit d2cb0b0645
7 changed files with 223 additions and 58 deletions

View File

@@ -2,7 +2,8 @@ import subprocess
import shutil
class ActionDispatcher:
def dispatch(self, service_type, config):
def dispatch(self, config):
service_type = config.get("type", "command")
print(f"Executing action -> Type: {service_type}")
if service_type == "browser":