Update bds40.py

This commit is contained in:
Huy Vû 2018-04-13 16:17:31 +02:00 committed by GitHub
parent a872cd253e
commit dfdddb77f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,6 @@ def is40(msg):
if bin2int(d[51:53]) != 0:
return False
return True