diff --git a/Sonnendach.py b/Sonnendach.py index e75e2b3..00b5173 100644 --- a/Sonnendach.py +++ b/Sonnendach.py @@ -285,7 +285,7 @@ def command(): thread_search_adresses = threading.Thread(target=search_adresses, args=(adresslist, filename_adresslist, driver, mainText)) thread_search_adresses.start() print("Thread started") - outputtext = outputtext + "process has startet." + "\n" + outputtext = outputtext + "process has started." + "\n" mainText.config(text=outputtext) button1.grid_remove() exit = True