diff --git a/tlapbot/owncast_helpers.py b/tlapbot/owncast_helpers.py index 7e42cae..93636d7 100644 --- a/tlapbot/owncast_helpers.py +++ b/tlapbot/owncast_helpers.py @@ -203,5 +203,4 @@ def whole_redeem_queue(db): def clear_queue_command(): """Remove all redeems from the redeem queue.""" clear_redeem_queue(get_db()) - clear_counters(get_db()) click.echo('Cleared redeem queue.')