diff --git a/core/admin/mailu/manage.py b/core/admin/mailu/manage.py index c22f9264..eeda30f3 100644 --- a/core/admin/mailu/manage.py +++ b/core/admin/mailu/manage.py @@ -44,7 +44,7 @@ def advertise(): @click.argument('password') @click.option('-m', '--mode') @flask_cli.with_appcontext -def admin(localpart, domain_name, password, mode = 'create'): +def admin(localpart, domain_name, password, mode='create'): """ Create an admin user 'mode' can be: - 'create' (default) Will try to create user and will raise an exception if present