From 81c17c1b3007194d7fd172688ed953c76b113eae Mon Sep 17 00:00:00 2001 From: "matthias.lotz" Date: Sun, 19 Oct 2025 18:15:19 +0200 Subject: [PATCH] =?UTF-8?q?IMP:=20Editierfunktion=20f=C3=BCr=20Gruppen=20e?= =?UTF-8?q?rg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/batch_uploader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/batch_uploader.py b/scripts/batch_uploader.py index 60a6a9d..9cfada5 100644 --- a/scripts/batch_uploader.py +++ b/scripts/batch_uploader.py @@ -39,8 +39,8 @@ from datetime import datetime import logging # Konfiguration -DEFAULT_BACKEND_URL = "https://deinprojekt.lan.hobbyhimmel.de/api" -#DEFAULT_BACKEND_URL = "http://localhost/api" +#DEFAULT_BACKEND_URL = "https://deinprojekt.lan.hobbyhimmel.de/api" +DEFAULT_BACKEND_URL = "http://localhost/api" SUPPORTED_FORMATS = {'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.webp', '.tiff', '.tif'} MAX_FILE_SIZE = 10 * 1024 * 1024 # 10MB