mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 23:04:11 +00:00
fix error in decoder
This commit is contained in:
parent
881615dcce
commit
b5b5562a5d
3 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ class Fms:
|
|||
logging.debug("FMS decoder started")
|
||||
|
||||
@staticmethod
|
||||
def decode(self, data):
|
||||
def decode(data):
|
||||
"""!Decodes FMS
|
||||
|
||||
@param data: FMS for decoding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue