Wikipedia Bugfix Einrückung
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user