Version 1.0.5: Verbesserte Suchfunktion - Leere Ergebnisliste bei leeren Suchfeldern

This commit is contained in:
2025-03-17 22:05:22 +01:00
parent cbc95c0d29
commit dae5a0a4b6

2
app.py
View File

@@ -13,7 +13,7 @@ logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
# Version der Anwendung
VERSION = "1.0.4"
VERSION = "1.0.5"
# Pfad zur CSV-Datei
CSV_FILE = "data/customers.csv"