Do not sleep for half a second in OpenFitsThread.run()

This commit is contained in:
Alexander Maryanovsky
2020-07-30 11:35:30 +03:00
parent ca488089fd
commit 016f2b44ff

View File

@@ -110,8 +110,6 @@ class OpenFitsThread(threading.Thread):
self.start()
def run(self):
time.sleep(0.5) # Give GUI some time to finish drawing
# `startup` tells FitSpawner that we are loading fits are startup, and
# has 3 values:
# False = Set as default in FitSpawner itself, never set here