Update __init__.py
This commit is contained in:
parent
f8688d6415
commit
f38109ccd8
@ -45,6 +45,7 @@ class EstopPlugin(octoprint.plugin.StartupPlugin,
|
|||||||
)
|
)
|
||||||
|
|
||||||
__plugin_name__ = "Emergency Stop Button"
|
__plugin_name__ = "Emergency Stop Button"
|
||||||
|
__plugin_pythoncompat__ = ">=2.7,<4"
|
||||||
|
|
||||||
def __plugin_load__():
|
def __plugin_load__():
|
||||||
global __plugin_implementation__
|
global __plugin_implementation__
|
||||||
@ -53,4 +54,4 @@ def __plugin_load__():
|
|||||||
global __plugin_hooks__
|
global __plugin_hooks__
|
||||||
__plugin_hooks__ = {
|
__plugin_hooks__ = {
|
||||||
"octoprint.plugin.softwareupdate.check_config": __plugin_implementation__.get_update_information
|
"octoprint.plugin.softwareupdate.check_config": __plugin_implementation__.get_update_information
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user