Skip to content

Commit a39013d

Browse files
committed
🐛 ACTUALLY fix software update check
Friday afternoons are not the best time for new/migrated plugins...
1 parent 6447f65 commit a39013d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

octoprint_pi_support/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def __plugin_load__():
478478

479479
global __plugin_hooks__
480480
__plugin_hooks__ = {
481+
"octoprint.plugin.softwareupdate.check_config": __plugin_implementation__.get_update_information,
481482
"octoprint.events.register_custom_events": register_custom_events,
482483
"octoprint.access.permissions": __plugin_implementation__.get_additional_permissions,
483484
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "OctoPrint-PiSupport"
1515

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

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

0 commit comments

Comments
 (0)