From b232238c1a7fbaa18654230cf98b49911e87b1e8 Mon Sep 17 00:00:00 2001 From: Roman Schenk Date: Wed, 27 Jul 2022 20:39:10 +0200 Subject: [PATCH] Update 'Sonnendach.py' --- Sonnendach.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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