Fehler im Dateisystem behoben

This commit is contained in:
hubobel 2026-06-22 19:27:04 +02:00
parent bccafdde00
commit b8897ce67c

View file

@ -50,9 +50,6 @@ else:
# Kategorien laden
# --------------------------------------------------
categories_file = Path.home() / "Kategorien.json"
if not categories_file.exists():
categories_file = Path(__file__).parent / "Kategorien.json"
with open(categories_file, encoding="utf-8") as f: