From 8e42faf6af183ef85fea8b904cc9d13d19245c94 Mon Sep 17 00:00:00 2001 From: edipretoro Date: Wed, 15 Jul 2026 21:07:05 +0200 Subject: [PATCH] Resetting the active_counters attributes when initcounters is called --- noid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noid.py b/noid.py index 4428752..9e8937a 100644 --- a/noid.py +++ b/noid.py @@ -90,6 +90,7 @@ class Minter(Persistent): # - set value of this counter to 0 # - add the counter to saclist # - substract pctr from t + self.active_counters = [] maxcounters = 293 self.percounter = int(self.oatop / maxcounters + 1) t = self.oatop