mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Cleanup spaces around '='
This commit is contained in:
parent
52971ed42e
commit
7d964874e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user