Added missing import for MQTT Exception handling

This commit is contained in:
Dirk Alders 2022-08-24 14:36:25 +01:00
parent 5425af984b
commit d2752495fb

View File

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