pull/8/head
nico 2015-07-02 13:40:02 +02:00
rodzic d397aa8f7d
commit 541e54a54d
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,6 @@ class PublishPacket(MQTTPacket):
self.fixed_header.flags &= (0x00 << 1)
self.fixed_header.flags |= (val << 1)
@classmethod
def build(cls, topic_name: str, message:bytes, packet_id: int, dup_flag, qos, retain):
v_header = PublishVariableHeader(topic_name, packet_id)