From c7ad23b3dad181cb95178eec21a6d00c82723313 Mon Sep 17 00:00:00 2001 From: Floke Date: Sun, 30 Mar 2025 06:52:33 +0000 Subject: [PATCH] =?UTF-8?q?Wikipedia=20Bugfix=20Einr=C3=BCckung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brancheneinstufung.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brancheneinstufung.py b/brancheneinstufung.py index 0cf44845..3642d116 100644 --- a/brancheneinstufung.py +++ b/brancheneinstufung.py @@ -163,7 +163,7 @@ for i in range(start, min(start + DURCHLÄUFE, len(sheet_values))): url, wiki_branche, umsatz = get_wikipedia_data(row[0], row[1]) wiki, linkedin, umsatz_chat, new_cat, reason, fsm, techniker, techniker_reason = classify_company(row) - wiki_final = wiki_branche if wiki_branche != "k.A." else wiki + wiki_final = wiki_branche if wiki_branche != "k.A." else wiki umsatz_final = umsatz if umsatz != "k.A." else umsatz_chat values = [