Explorar el Código

Added missing import for MQTT Exception handling

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

+ 1
- 0
powerplug.py Ver fichero

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

Loading…
Cancelar
Guardar