Browse Source

Added missing import for MQTT Exception handling

master
Dirk Alders 2 years ago
parent
commit
b17eadf122
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      mpd_monitor.py

+ 1
- 0
mpd_monitor.py View File

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

Loading…
Cancel
Save