From e8893759a5db7212e4fa1671c8167ff80029d697 Mon Sep 17 00:00:00 2001 From: Gianpiero Date: Sun, 18 Jun 2023 12:45:27 +0200 Subject: [PATCH] Update notifier_dispatch.py --- apps/notifier/notifier_dispatch.py | 1 - 1 file changed, 1 deletion(-) 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)