]> www.average.org Git - loctrkd.git/blobdiff - loctrkd/protomodule.py
Change reporting of pmod to events
[loctrkd.git] / loctrkd / protomodule.py
index a1698f2fde7ae52389a62b16dccf265122bacc93..0ffff1762dae179ac2b7124c04e8741ef160bf71 100644 (file)
@@ -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]]: