|
@@ -91,6 +91,11 @@ class Worker(Thread):
|
|
|
if 0 != (counter % 10):
|
|
|
continue
|
|
|
|
|
|
+ # request the current configuration from the server and update it, if useful
|
|
|
+ newConfig = self.WebUi.requestConfiguration(self.Icao, self.Configuration.GngData)
|
|
|
+ if None != newConfig:
|
|
|
+ self.sequencingConfiguration = newConfig
|
|
|
+
|
|
|
self.acquireLock()
|
|
|
|
|
|
# perform some book-keeping
|