Forgot to declare self.hooks on OctoPrintPluginCommands

This commit is contained in:
Gina Häußge 2015-10-30 12:56:49 +01:00
parent c6f1088ccf
commit e3fa916364

View file

@ -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