Forgot to declare self.hooks on OctoPrintPluginCommands
This commit is contained in:
parent
c6f1088ccf
commit
e3fa916364
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class OctoPrintPluginCommands(click.MultiCommand):
|
|||
|
||||
self.settings = None
|
||||
self.plugin_manager = None
|
||||
self.hooks = dict()
|
||||
|
||||
self._logger = logging.getLogger(__name__)
|
||||
self._initialized = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue