Einrückungsfehler
This commit is contained in:
@@ -163,8 +163,8 @@ for i in range(start, min(start + DURCHLÄUFE, len(sheet_values))):
|
|||||||
url, wiki_branche, umsatz = get_wikipedia_data(row[0], row[1])
|
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, 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