summaryrefslogtreecommitdiff
path: root/remote/projector.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-11-23 19:41:17 +0100
committerChristian Franke <nobody@nowhere.ws>2011-11-24 15:40:23 +0100
commit7cbcc52fa195248b8ea3313f840dc5d72c954869 (patch)
tree711aa1fd6b41652062dccfe86e914aec09044891 /remote/projector.py
parent2afa174709cfb91b3c85753c1e13f203403c407d (diff)
store default_page locally, make it a bit more scalableHEADmaster
Diffstat (limited to 'remote/projector.py')
-rwxr-xr-xremote/projector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/projector.py b/remote/projector.py
index b502712..64717d0 100755
--- a/remote/projector.py
+++ b/remote/projector.py
@@ -14,7 +14,7 @@ from SimpleXMLRPCServer import SimpleXMLRPCServer
projection_process = None
default_task = [
'./brause.py',
- 'http://sublab.rotefraktion.org/loungescreen/'
+ 'file://%s' % os.path.join(os.path.abspath(os.path.dirname(__file__)), 'default_page', 'index.html')
]
projection_task = default_task