1
0
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:
Tim Möhlmann 2019-08-21 16:35:41 +03:00
parent 52971ed42e
commit 7d964874e8
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

View File

@ -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