mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
chore(style): format string indents
This commit is contained in:
parent
787625fe28
commit
13c4db4c2e
@ -71,9 +71,8 @@ def set_mariadb_host(host):
|
|||||||
@click.argument('host')
|
@click.argument('host')
|
||||||
def set_redis_cache_host(host):
|
def set_redis_cache_host(host):
|
||||||
"""
|
"""
|
||||||
Set Redis cache host for bench
|
Set Redis cache host for bench
|
||||||
|
Eg: bench set-redis-cache-host localhost:6379/1
|
||||||
Eg: bench set-redis-cache-host localhost:6379/1
|
|
||||||
"""
|
"""
|
||||||
from bench.utils import set_redis_cache_host
|
from bench.utils import set_redis_cache_host
|
||||||
set_redis_cache_host(host)
|
set_redis_cache_host(host)
|
||||||
@ -82,9 +81,8 @@ def set_redis_cache_host(host):
|
|||||||
@click.argument('host')
|
@click.argument('host')
|
||||||
def set_redis_queue_host(host):
|
def set_redis_queue_host(host):
|
||||||
"""
|
"""
|
||||||
Set Redis queue host for bench
|
Set Redis queue host for bench
|
||||||
|
Eg: bench set-redis-queue-host localhost:6379/2
|
||||||
Eg: bench set-redis-queue-host localhost:6379/2
|
|
||||||
"""
|
"""
|
||||||
from bench.utils import set_redis_queue_host
|
from bench.utils import set_redis_queue_host
|
||||||
set_redis_queue_host(host)
|
set_redis_queue_host(host)
|
||||||
@ -93,9 +91,8 @@ def set_redis_queue_host(host):
|
|||||||
@click.argument('host')
|
@click.argument('host')
|
||||||
def set_redis_socketio_host(host):
|
def set_redis_socketio_host(host):
|
||||||
"""
|
"""
|
||||||
Set Redis socketio host for bench
|
Set Redis socketio host for bench
|
||||||
|
Eg: bench set-redis-socketio-host localhost:6379/3
|
||||||
Eg: bench set-redis-socketio-host localhost:6379/3
|
|
||||||
"""
|
"""
|
||||||
from bench.utils import set_redis_socketio_host
|
from bench.utils import set_redis_socketio_host
|
||||||
set_redis_socketio_host(host)
|
set_redis_socketio_host(host)
|
||||||
|
Loading…
Reference in New Issue
Block a user