Improve background check handling, and hide services until connection is proved.
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user