try placing callback version
All checks were successful
Build and publish Image / build-and-push (push) Successful in 17s

This commit is contained in:
2024-03-06 23:42:05 +00:00
parent b891855f16
commit ad0b0e45ef

View File

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