From 39302d4d1fa279a35a265ee441009de16a920b66 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Mon, 27 Jul 2026 14:53:09 +0200 Subject: [PATCH] CHanges to the In and out --- Web/app.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Web/app.py b/Web/app.py index 4acdda8..0edd547 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3606,8 +3606,9 @@ def api_item_detail(item_id): if borrow_records: rows = [] count = 1 - while count < 3: - for rec in borrow_records: + + for rec in borrow_records: + while count < 3: user_raw = rec.get('User') try: user = decrypt_text(user_raw) if user_raw is not None else ''