Resetting the inactive_counters attributes when initcounters is called

This commit is contained in:
2026-07-15 21:08:21 +02:00
parent 8e42faf6af
commit ff678d71d1
+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