mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-08 17:40:07 +01:00
fix spell error in fms.py
This commit is contained in:
parent
566585d6d0
commit
d245ae8776
|
|
@ -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")):
|
||||
|
|
|
|||
Loading…
Reference in a new issue