Update Docker/src/python/tHome/broker/connect.py
All checks were successful
Build and publish Image / build-and-push (push) Successful in 15s

This commit is contained in:
2024-03-06 23:46:14 +00:00
parent ad0b0e45ef
commit 15341383a8

View File

@@ -7,7 +7,7 @@ from . import config
import paho.mqtt.client as mqtt import paho.mqtt.client as mqtt
#=========================================================================== #===========================================================================
class Client( mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) ): class Client( mqtt.Client(mqtt.CallbackAPIVersion.VERSION1) ):
"""Logging client """Logging client
""" """
def __init__( self, log=None ): def __init__( self, log=None ):