Skip to content

Commit

Permalink
Update notifier_dispatch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 authored Jun 18, 2023
1 parent 978c1ea commit e889375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/notifier/notifier_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e889375

Please sign in to comment.