From 84428f80de88a50bdcab8e9b4faa4b1c98a561ed Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 5 Jul 2026 09:02:15 +0200 Subject: [PATCH] consors-report: updates --- consors-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consors-report.py b/consors-report.py index 832c018..8fd7158 100755 --- a/consors-report.py +++ b/consors-report.py @@ -12,7 +12,7 @@ from typing import Iterable Entry = namedtuple('Entry', ['category', 'date', 'valuta', 'who', 'iban', 'bic', 'type', 'desc', 'value']) CATEGORIES = { - 'Gehalt/Steuern': re.compile('Gehalt/Rente|RED HAT|Finanzamt|FK Guenzburg', re.I), + 'Gehalt/Steuern': re.compile('Gehalt|Finanzamt|FK Guenzburg', re.I), 'Wohnung': re.compile('Telekom|hands4home|Goetzfried|GOTZFRIED|Green Planet Energy|Rundfunk.*Beitrag', re.I), 'Medizin': re.compile(r'Apotheke|ANNA-APO|MVZ|\bmed\b|ZAB Abrechnung|Caika|HNOeins|PVS|Dr\..*Sellier|' r'BFS Health|Streifeneder|Labor|Physio|(Drescher.*Lung)|Osteopath|' -- 2.47.3