From c8e480de2fa39c144e06593f033fd5f84378df30 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 2 Jan 2026 10:46:46 +0100 Subject: [PATCH] onsors-report: Updates --- consors-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consors-report.py b/consors-report.py index 5150dbc..7626c0e 100755 --- a/consors-report.py +++ b/consors-report.py @@ -13,7 +13,7 @@ Entry = namedtuple('Entry', ['category', 'date', 'valuta', 'who', 'iban', 'bic', CATEGORIES = { 'Gehalt/Steuern': re.compile('Gehalt/Rente|RED HAT|Finanzamt|FK Guenzburg', re.I), - 'Wohnung': re.compile('Telekom|hands4home|Goetzfried|Green Planet Energy|Rundfunk.*Beitrag', re.I), + 'Wohnung': re.compile('Telekom|hands4home|Goetzfried|GOTZFRIED|Green Planet Energy|Rundfunk.*Beitrag', re.I), 'Medizin': re.compile(r'Apotheke|MVZ|\bmed\b|ZAB Abrechnung|Caika|HNOeins|PVS|Dr\..*Sellier|' r'BFS Health|Streifeneder|Labor|Physio|(Drescher.*Lung)|Osteopath|' '(Dr.*Borchers)|(Debeka.*Überweisung)|(DKV.*Überweisung)|Beihilfe|Klinik|' -- 2.47.3