Explorar el Código

Added missing import for MQTT Exception handling

master
Dirk Alders hace 2 años
padre
commit
062b249eaf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      spotify.py

+ 1
- 0
spotify.py Ver fichero

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

Loading…
Cancelar
Guardar