Skip to content

Commit

Permalink
🐛 ACTUALLY fix software update check
Browse files Browse the repository at this point in the history
Friday afternoons are not the best time for new/migrated plugins...
  • Loading branch information
foosel committed Mar 26, 2021
1 parent 6447f65 commit a39013d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_pi_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ def __plugin_load__():

global __plugin_hooks__
__plugin_hooks__ = {
"octoprint.plugin.softwareupdate.check_config": __plugin_implementation__.get_update_information,
"octoprint.events.register_custom_events": register_custom_events,
"octoprint.access.permissions": __plugin_implementation__.get_additional_permissions,
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-PiSupport"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "2021.3.26.post1"
plugin_version = "2021.3.26.post2"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit a39013d

Please sign in to comment.