Tweak spacing
This commit is contained in:
parent
82b90adf2d
commit
71de000b2c
4 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,7 @@ import subprocess
|
|||
# called to discover commands in modules
|
||||
app = create_app()
|
||||
|
||||
|
||||
def get_user():
|
||||
for name in ('SUDO_USER', 'LOGNAME', 'USER', 'LNAME', 'USERNAME'):
|
||||
user = os.environ.get(name)
|
||||
|
@ -163,6 +164,7 @@ def setup_redis(ctx, **kw):
|
|||
config.update(conf)
|
||||
install_redis()
|
||||
|
||||
|
||||
@click.command()
|
||||
@click.option('--elasticsearch-url',
|
||||
default=getattr(config, 'ELASTICSEARCH_URL', 'http://127.0.0.1:9200'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue