X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gps303%2Fcollector.py;h=cb45d8144bb9ec132265f8bed3d18881b6dab6de;hb=bf48ccad4b4b91e7d7e09d1087f5953bc2db97d7;hp=4fc946c3dcb7795a6ff414411d5b44d757b97d4f;hpb=d6d5b6c95b677d98777959040bac808e4c5499c7;p=loctrkd.git diff --git a/gps303/collector.py b/gps303/collector.py index 4fc946c..cb45d81 100644 --- a/gps303/collector.py +++ b/gps303/collector.py @@ -58,7 +58,7 @@ class ProtoModule: ... @staticmethod - def proto_of_message(packet: bytes) -> int: + def proto_of_message(packet: bytes) -> str: ... @staticmethod