mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix installwizard_restore
This commit is contained in:
parent
e34b72bbf7
commit
271a27fc83
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def hook(func):
|
|||
|
||||
|
||||
def run_hook(name, *args):
|
||||
SPECIAL_HOOKS = ['get_wizard_action']
|
||||
SPECIAL_HOOKS = ['get_wizard_action','installwizard_restore']
|
||||
results = []
|
||||
f_list = hooks.get(name,[])
|
||||
for p, f in f_list:
|
||||
|
|
Loading…
Add table
Reference in a new issue