From c89134f40e0579095180544e699db511ab00070d Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 26 Apr 2025 20:39:29 +0330 Subject: [PATCH] fix : typo --- core/cli_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):