split long line in db.py
This commit is contained in:
parent
537fa01aef
commit
6283a8f948
|
@ -100,7 +100,8 @@ def clear_queue_command():
|
|||
@click.command('refresh-counters')
|
||||
@with_appcontext
|
||||
def refresh_counters_command():
|
||||
"""Refresh counters from current config file. (Remove old ones, add new ones.)"""
|
||||
"""Refresh counters from current config file.
|
||||
(Remove old ones, add new ones.)"""
|
||||
refresh_counters()
|
||||
click.echo('Counters refreshed.')
|
||||
|
||||
|
|
Loading…
Reference in New Issue