From 690865cd69a7b04605ace49656939f5b4430e132 Mon Sep 17 00:00:00 2001 From: edipretoro Date: Wed, 15 Jul 2026 21:08:21 +0200 Subject: [PATCH] Resetting the inactive_counters attributes when initcounters is called --- noid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noid.py b/noid.py index 9e8937a..2a27f9b 100644 --- a/noid.py +++ b/noid.py @@ -91,6 +91,7 @@ class Minter(Persistent): # - add the counter to saclist # - substract pctr from t self.active_counters = [] + self.inactive_counters = [] maxcounters = 293 self.percounter = int(self.oatop / maxcounters + 1) t = self.oatop