From a35bb3e048530ccbe6c67a94aa6c4768ece3496a Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sun, 23 Aug 2026 21:06:46 +0200 Subject: [PATCH] Test data fixes --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 30b9629..dda1d31 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3654,7 +3654,7 @@ def generate_test_ausleihen(): "Item": str(item3_res.inserted_id), "Status": "active", "DueDate": due_date_frisch, - "Mahnstufe": 0, + "Mahnstufe": 2, "LastUpdated": current_time } ]