usawa

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | Submodules | LICENSE

commit f8eeccc6dedaa0fccd5a6bb54b2a113cf96692bb
parent 2c751e8f991b3c92d74fad75b000fea32f68e0a7
Author: lash <dev@holbrook.no>
Date:   Thu,  6 Nov 2025 03:53:53 +0000

Add running total debug output

Diffstat:
Mdummy/svcontas/__init__.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dummy/svcontas/__init__.py b/dummy/svcontas/__init__.py @@ -372,6 +372,7 @@ class Ledger: self.running[entry.unit].apply_entry(entry) if self.tree != None and modify_tree: self.tree.append(entry.to_tree()) + logg.debug(self.running[entry.unit]) def add_signature(self, sigdata, identity): @@ -431,8 +432,6 @@ class Ledger: def init_ledger(tree, units): return Ledger.from_tree(tree, units) - #o = tree.find('incoming') - #return Ledger.from_tree(o, units) def get_units(tree):