Added missing import for MQTT Exception handling

This commit is contained in:
Dirk Alders 2022-08-24 14:35:45 +01:00
parent ee201df901
commit b17eadf122

Vedi File

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