Removing localhost resolves the issue that python steals the xbmc webserver port, this only works if ps3d is the only python add-on installed, this might be just a temp fix until we find out the reason its doing it

This commit is contained in:
MikeBuzz 2012-01-07 03:03:23 +00:00
parent 49142656f7
commit 4120d16777

View File

@ -40,4 +40,4 @@
################################################################################
# start ps3d
################################################################################
python $ADDON_DIR/pylib/xbmc/ps3d.py localhost &
python $ADDON_DIR/pylib/xbmc/ps3d.py &