Added missing import for MQTT Exception handling

Esse commit está contido em:
Dirk Alders 2022-08-24 14:35:45 +01:00
commit b17eadf122

Ver arquivo

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