pagekite: Don't attempt to notify about domain if app is disabled

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-03-12 11:58:24 -07:00 committed by Veiko Aasa
parent 67e4b28aee
commit 415452e730
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -89,8 +89,8 @@ def init():
if setup_helper.get_state() != 'needs-setup' and app.is_enabled():
app.set_enabled(True)
# Register kite name with Name Services module.
utils.update_names_module()
# Register kite name with Name Services module.
utils.update_names_module(app)
def setup(helper, old_version=None):