Remove deprecated hook.register
This commit is contained in:
@@ -849,4 +849,4 @@ def load(app):
|
||||
# register the plugin class.. this only happens if the plugin is enabled
|
||||
app.handler.register(WODebugController)
|
||||
# register a hook (function) to run after arguments are parsed.
|
||||
hook.register('post_argument_parsing', wo_debug_hook)
|
||||
app.hook.register('post_argument_parsing', wo_debug_hook)
|
||||
|
||||
Reference in New Issue
Block a user