kopia lustrzana https://github.com/Yakifo/amqtt
Fix missing class
rodzic
995e240882
commit
90fb11ad8c
|
@ -39,7 +39,7 @@ class ClientContext(BaseContext):
|
|||
It act as an adapter to client services from plugins
|
||||
"""
|
||||
def __init__(self, client):
|
||||
super().__init__(client.loop)
|
||||
super().__init__(client._loop)
|
||||
|
||||
|
||||
class MQTTClient:
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
from .event_logger import EventLoggerPlugin
|
||||
# TODO: File is missing
|
||||
# from .packet_logger import PacketLoggerPlugin
|
||||
from .packet_logger import PacketLoggerPlugin
|
Ładowanie…
Reference in New Issue