fix spell error in fms.py

This commit is contained in:
Bastian Schroll 2017-02-14 08:17:31 +01:00
parent 566585d6d0
commit d245ae8776

View file

@ -44,7 +44,7 @@ def decode(freq, decoded):
fms_directionText = decoded[103:110] # Richtung (Text)
fms_tsi = decoded[114:117] # Taktische Kruzinformation
proceec = True # no CRC-check required - proceed
proceed = True # no CRC-check required - proceed
# shall we use the CRC-check?
if (globalVars.config.getboolean("FMS", "CheckCRC")):