Added missing import for MQTT Exception handling

Cette révision appartient à :
Dirk Alders 2022-08-24 14:36:25 +01:00
Parent 5425af984b
révision d2752495fb

Voir le fichier

@ -2,6 +2,7 @@ import config
import logging
import paho.mqtt.client as mqtt
import report
import socket
import subprocess
import time