Mercurial > hg > config
changeset 712:02aec49585ab
dont pass -d flag; i dont know why
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Oct 2014 18:25:30 -0700 |
parents | 7f910ce4da04 |
children | 1d066bfdb744 |
files | python/dlna.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/dlna.py Sat Sep 06 07:59:16 2014 -0700 +++ b/python/dlna.py Thu Oct 16 18:25:30 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)