From 162e8edc6e0b68abbd09ccad5d929817e372f78d Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sat, 6 Sep 2025 14:55:40 +0200 Subject: [PATCH] Disable charset --- buba/animationconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buba/animationconfig.py b/buba/animationconfig.py index cdfb9f4..22c7c06 100644 --- a/buba/animationconfig.py +++ b/buba/animationconfig.py @@ -44,7 +44,7 @@ def setup_animations(config, animator: BubaAnimator, webqueue: WebQueue): else: LOG.warning("Club Assistant token not set, not activating animation") - animator.add(cs) + # animator.add(cs) animator.add(bt) # animator.add(snake) animator.add(dbf_ahst)