Resetting the inactive_counters attributes when initcounters is called

This commit is contained in:
2026-07-17 08:16:57 +02:00
committed by edipretoro
parent 518e9957b4
commit 690865cd69
+1
View File
@@ -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