diff --git a/core/cli_api.py b/core/cli_api.py index fbd4c46..5219226 100644 --- a/core/cli_api.py +++ b/core/cli_api.py @@ -531,7 +531,7 @@ def stop_webpanel_decoy(): '''Stops and removes the decoy site configuration for the web panel.''' run_cmd(['bash', Command.SHELL_WEBPANEL.value, 'stopdecoy']) -def get_webpanel_decoy_status() -> Dict[str, Any]: +def get_webpanel_decoy_status() -> dict[str, Any]: """Checks the status of the webpanel decoy site configuration.""" try: if not os.path.exists(WEBPANEL_ENV_FILE):