fix to stop maraschino from stealing XBMC web port

This commit is contained in:
Aidan O'Mahony 2012-02-08 17:11:52 +11:00
parent 972739f0f6
commit c215e4aaa4

View File

@ -20,4 +20,4 @@
import xbmc, time, os, subprocess
os.system("maraschino.service")
subprocess.Popen("maraschino.service", shell=True, close_fds=True)