test ci and fix #125

This commit is contained in:
Xavier Olive
2022-04-18 17:59:30 +02:00
parent 5dc74a5548
commit 65ce1a62c4
5 changed files with 59 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
# noqa
"""ADS-B module.
The ADS-B module also imports functions from the following modules:

View File

@@ -25,7 +25,7 @@ def is20(msg):
return False
# allow empty callsign
if common.bin2int(d[8:56]) == 0
if common.bin2int(d[8:56]) == 0:
return True
if "#" in cs20(msg):