Merge branch 'master' of github.com:junzis/pyModeS

This commit is contained in:
Junzi Sun 2016-10-03 21:18:41 +02:00
commit bccc319856

View File

@ -490,8 +490,7 @@ def BDS(msg):
msg (String): 28 bytes hexadecimal message string msg (String): 28 bytes hexadecimal message string
Returns: Returns:
String|None: Version: "BDS40", "BDS50", or "BDS60". Or None, if nothing String or None: Version: "BDS20", "BDS40", "BDS50", or "BDS60". Or None, if nothing matched
matched
""" """
is2 = isBDS20(msg) is2 = isBDS20(msg)
is4 = isBDS40(msg) is4 = isBDS40(msg)