diff --git a/src/reactive/murano_handlers.py b/src/reactive/murano_handlers.py index 37801dc..682bfcd 100644 --- a/src/reactive/murano_handlers.py +++ b/src/reactive/murano_handlers.py @@ -55,6 +55,6 @@ def init_db(): @reactive.when_not('io-murano.imported') @reactive.when('config.rendered') @reactive.when(*COMPLETE_INTERFACE_STATES) -def import_io_murano(): +def import_io_murano(*args): murano.import_io_murano() reactive.set_state('io-murano.imported')