fix error in decoder

This commit is contained in:
Bastian Schroll 2018-01-08 07:58:33 +01:00
parent 881615dcce
commit b5b5562a5d
3 changed files with 4 additions and 4 deletions

View file

@ -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