diff --git a/apps/notifier/notifier_dispatch.py b/apps/notifier/notifier_dispatch.py index 9b00e2a..1db3b74 100755 --- a/apps/notifier/notifier_dispatch.py +++ b/apps/notifier/notifier_dispatch.py @@ -258,7 +258,6 @@ def package_download(self, delay): ha_config_file = self.config_dir + "/configuration.yaml" cn_path = self.config_dir + f"/{PATH_PACKAGES}/" blueprints_path = self.config_dir + f"/{PATH_BLUEPRINTS}/" - version_latest = "0.0.0" ################################################### branche = "beta" if is_beta else "main" url_main = URL_ZIP.format(branche)