Wikipedia Bugfix
✅ Einrückungen wurden korrigiert – wiki_final und umsatz_final liegen jetzt sauber innerhalb der Schleife und werden korrekt pro Zeile berechnet.
Die Verarbeitung sollte jetzt fehlerfrei durchlaufen. Sag Bescheid, wenn du Logging, Validierung oder Debug-Ausgabe pro Zeile brauchst.
This commit is contained in:
@@ -164,7 +164,7 @@ for i in range(start, min(start + DURCHLÄUFE, len(sheet_values))):
|
|||||||
wiki, linkedin, umsatz_chat, new_cat, reason, fsm, techniker, techniker_reason = classify_company(row)
|
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
|
umsatz_final = umsatz if umsatz != "k.A." else umsatz_chat
|
||||||
|
|
||||||
values = [
|
values = [
|
||||||
wiki_final,
|
wiki_final,
|
||||||
|
|||||||
Reference in New Issue
Block a user