From 7e6a1d6b0308787c9bba41600e96e2eebd1b4f0a Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Thu, 16 Jul 2026 08:15:15 +0200 Subject: [PATCH] fiy of a typo --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 3a105f4..5c31e18 100755 --- a/Web/app.py +++ b/Web/app.py @@ -5180,7 +5180,7 @@ def upload_item(): item_type_input = sanitize_form_value(request.form.get('item_type_input', '')) library_category = sanitize_form_value(request.form.get('library_category', '')) - if library_caregory != '': + if library_category != '': item_is_library = True try: