From 375e9c46eb0d95048478103cc7651d5ed6c27f73 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 18 Aug 2026 20:33:17 +0200 Subject: [PATCH] slight fix of an import dubbeling --- Web/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Web/app.py b/Web/app.py index 14ceedd..8160065 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3326,9 +3326,6 @@ def library_loans_admin(): _ensure_audit_indexes_once() - # IMPORT HINZUGEFÜGT: Entschlüsselungs-Tool importieren - from modules.inventarsystem.data_protection import decrypt_text - def fmt_dt(dt): try: return dt.strftime('%d.%m.%Y %H:%M') if dt else ''