Update 'Sonnendach.py'

This commit is contained in:
Roman Schenk 2022-07-27 20:39:10 +02:00
parent b0c40f6617
commit b232238c1a
1 changed files with 1 additions and 1 deletions

View File

@ -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