mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
Update CNIRLauncher.py
This commit is contained in:
parent
b9b530e455
commit
48829d9953
@ -41,9 +41,6 @@ launcherWindow = ihm.launcherWindowCur
|
||||
## Main function
|
||||
def main():
|
||||
|
||||
# Starting the main update thread
|
||||
mainThread.start()
|
||||
|
||||
# Hello world
|
||||
logfile.printdbg('*** CNIRLauncher LOGFILE. Hello World ! ***')
|
||||
#logfile.printdbg('Files in directory : ' + str(os.listdir(globs.CNIRFolder)))
|
||||
@ -53,6 +50,9 @@ def main():
|
||||
launcherWindow.mainCanvas.itemconfigure(launcherWindow.msg, text='Starting...')
|
||||
launcherWindow.progressBar.start()
|
||||
|
||||
# Starting the main update thread
|
||||
mainThread.start()
|
||||
|
||||
launcherWindow.mainloop()
|
||||
|
||||
logfile.printdbg('*** CNIRLauncher LOGFILE. Goodbye World ! ***')
|
||||
|
Loading…
Reference in New Issue
Block a user