Added missing import for MQTT Exception handling

This commit is contained in:
Dirk Alders 2022-08-24 14:37:03 +01:00
parent e023c4a06a
commit 062b249eaf

View File

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