diff options
Diffstat (limited to 'core/views/wallets_edit.py')
-rw-r--r-- | core/views/wallets_edit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index a58aee8..1484639 100644 --- a/core/views/wallets_edit.py +++ b/core/views/wallets_edit.py @@ -842,6 +842,7 @@ def walletedit(request, path=None): }, ) else: # no wallet data: should never happen as there should be default data in all cases + print(f"! - Should never get here ! Problem in wallet editing...") context = { "year": year, "prev": prev, |