fix: Plugin not loading
This commit is contained in:
parent
93c658ee6e
commit
7ccdc7b086
|
@ -93,6 +93,5 @@ def __plugin_load__():
|
|||
__plugin_implementation__ = KlipperPlugin()
|
||||
__plugin_hooks__ = {
|
||||
"octoprint.comm.protocol.gcode.received": __plugin_implementation__.on_parse_gcode,
|
||||
"octoprint.comm.protocol.action": __plugin_implementation__.on_printer_action
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue