Skip to content

Commit

Permalink
fix to stop maraschino from stealing XBMC web port
Browse files Browse the repository at this point in the history
  • Loading branch information
aidoom committed Feb 8, 2012
1 parent 972739f commit c215e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addons/service/web/maraschino/source/default.py
Expand Up @@ -20,4 +20,4 @@

import xbmc, time, os, subprocess

os.system("maraschino.service")
subprocess.Popen("maraschino.service", shell=True, close_fds=True)

0 comments on commit c215e4a

Please sign in to comment.