This commit is contained in:
Stefan Allius
2024-06-16 13:03:33 +02:00
parent b688d04836
commit 80183598ca

View File

@@ -106,7 +106,7 @@ class Modbus():
self.tim = None
def close(self):
"""free the queue and the callback handler"""
"""free the queue and erase the callback handlers"""
logging.debug('Modbus close:')
self.rsp_handler = None
self.snd_handler = None