We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a3d6ca + 4cf0a67 commit a59ca8bCopy full SHA for a59ca8b
zeroconf/actions.py
@@ -1,6 +1,7 @@
1
from time import sleep
2
import socket
3
import shlex
4
+import subprocess
5
from zeroconf import ServiceBrowser, ServiceStateChange, Zeroconf
6
from subprocess import Popen, PIPE
7
import xmltodict
0 commit comments