split long line in db.py

This commit is contained in:
Lili (Tlapka) 2023-01-09 15:21:20 +01:00
parent 537fa01aef
commit 6283a8f948
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ def clear_queue_command():
@click.command('refresh-counters') @click.command('refresh-counters')
@with_appcontext @with_appcontext
def refresh_counters_command(): 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() refresh_counters()
click.echo('Counters refreshed.') click.echo('Counters refreshed.')