diff --git a/tlapbot/db.py b/tlapbot/db.py index 0dac1ec..21aec9e 100644 --- a/tlapbot/db.py +++ b/tlapbot/db.py @@ -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.')