changeset 713:1d066bfdb744

merge
author Jeff Hammel <k0scist@gmail.com>
date Thu, 16 Oct 2014 18:27:21 -0700
parents 02aec49585ab (diff) ab831c7621e9 (current diff)
children 1337d2e9e1a6
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/dlna.py	Thu Oct 16 11:25:49 2014 -0700
+++ b/python/dlna.py	Thu Oct 16 18:27:21 2014 -0700
@@ -54,7 +54,7 @@
     os.write(fd, config)
     os.close(fd)
 
-    command = [dlna, '-f', name, '-d', '-p', str(options.port)]
+    command = [dlna, '-f', name, '-p', str(options.port)]
     print (subprocess.list2cmdline(command))
     subprocess.check_call(command)