mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
some changes on decoder
This commit is contained in:
parent
3b7847a515
commit
960f2c48f0
4 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue