some changes on decoder

This commit is contained in:
Bastian Schroll 2019-10-26 18:56:14 +02:00
parent 3b7847a515
commit 960f2c48f0
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
4 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,6 @@ class Decoder:
@param data: data to decode
@return bwPacket instance"""
logging.debug("search decoder")
data = str(data)
if "FMS" in data:
return FmsDecoder.decode(data)