rename the configuration flag

This commit is contained in:
Sven Czarnian
2021-11-15 21:14:31 +01:00
parent 4be95869b0
commit 8426d7cd30
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ class AirportSequencing:
self.ActiveArrivalRunways = []
self.RunwayDependencies = []
self.LastUpdateTimestamp = dt.utcfromtimestamp(int(time.time())).replace(tzinfo = pytz.UTC)
self.UseMustShallMay = True
self.UseShallShouldMay = True
def clearData(self):
self.ActiveArrivalRunways.clear()