Ver código fonte

Added missing import for MQTT Exception handling

master
Dirk Alders 2 anos atrás
pai
commit
062b249eaf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      spotify.py

+ 1
- 0
spotify.py Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar