From 75bc9f161d303da0ada5dbe54f8dd2cf56237cdb Mon Sep 17 00:00:00 2001 From: Lili Date: Tue, 25 Oct 2022 18:37:59 +0200 Subject: [PATCH] fully fixed redeem clear --- tlapbot/owncast_helpers.py | 1 - 1 file changed, 1 deletion(-) 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.')