test ci and fix #125
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# noqa
|
||||
|
||||
"""ADS-B module.
|
||||
|
||||
The ADS-B module also imports functions from the following modules:
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user