X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=loctrkd%2Fprotomodule.py;fp=loctrkd%2Fprotomodule.py;h=0ffff1762dae179ac2b7124c04e8741ef160bf71;hp=a1698f2fde7ae52389a62b16dccf265122bacc93;hb=808f12aac57321b2fb3b902833c1c5247cac8323;hpb=2a5d40ae0d3eebe40e6b53ee0776e10b228179f2 diff --git a/loctrkd/protomodule.py b/loctrkd/protomodule.py index a1698f2..0ffff17 100644 --- a/loctrkd/protomodule.py +++ b/loctrkd/protomodule.py @@ -122,7 +122,7 @@ class ProtoClass(Protocol, metaclass=_MetaProto): class ProtoModule: - __name__: str + PMODNAME: str class Stream: def recv(self, segment: bytes) -> List[Union[bytes, str]]: