summaryrefslogtreecommitdiffstats
path: root/src/service-discovery-applet.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/service-discovery-applet.in')
-rwxr-xr-xsrc/service-discovery-applet.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in
index 7d56e35..05f8a8e 100755
--- a/src/service-discovery-applet.in
+++ b/src/service-discovery-applet.in
@@ -51,8 +51,6 @@ gc_services = "/apps/service-discovery-applet/services"
#from gettext import gettext as _
-#type_browsed = ('_ssh._tcp', '_http._tcp','_ftp._tcp')
-
show_local_services = False
show_notifications = False
show_applet_name = False
@@ -82,7 +80,6 @@ def service_resolved(interface, protocol, name, type, domain, host, aprotocol, a
print "\tHost %s (%s), port %i, TXT data: %s" % (host, address, port, avahi.txt_array_to_string_array(txt))
if os.path.exists("@scriptsdir@/%s.sh" % type):
cmd = '@scriptsdir@/%s.sh "%s" %s %s %i "%s"' % (type, name, host, address, port," ".join(avahi.txt_array_to_string_array(txt)))
- print cmd
os.system(cmd)
# if type == "_http._tcp":
#