From dceea0b047c8c05e1e328725f888cb59d9bcf1cb Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Sat, 25 Jul 2026 21:26:07 +0200 Subject: [PATCH] removal of a stray ) in the Code --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 2cb563c..d90bd41 100755 --- a/Web/app.py +++ b/Web/app.py @@ -7327,7 +7327,7 @@ def zurueckgeben(id): current_permissions = us.get_effective_permissions(session['username']) - if not item.get('Verfuegbar', True) and (current_permissions['actions'].get('can_manage_users', False)) or item.get('User') == username): + if not item.get('Verfuegbar', True) and (current_permissions['actions'].get('can_manage_users', False)) or item.get('User') == username: try: # Get ALL active borrowing records for this item and complete them client = MongoClient(MONGODB_HOST, MONGODB_PORT)