Callback method for wizard plugins for when the wizard is finished
This commit is contained in:
parent
c5b355705a
commit
bc97241eef
1 changed files with 3 additions and 0 deletions
|
|
@ -458,6 +458,9 @@ class WizardPlugin(OctoPrintPlugin, ReloadNeedingPlugin):
|
|||
def get_wizard_details(self):
|
||||
return dict()
|
||||
|
||||
def on_wizard_finish(self):
|
||||
pass
|
||||
|
||||
|
||||
class SimpleApiPlugin(OctoPrintPlugin):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue