fix a comment

This commit is contained in:
Sven Czarnian
2021-09-24 22:29:28 +02:00
parent 484be00e8c
commit dc2a435e8e

View File

@@ -67,7 +67,7 @@ class AMAN:
worker = Worker()
worker.acquire(icao, airportConfig)
self.workers.append(worker)
print('Starter worker for ' + icao)
print('Started worker for ' + icao)
# create the EuroScope receiver
self.receiver = Euroscope()