diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-11-23 19:41:17 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-11-24 15:40:23 +0100 |
commit | 7cbcc52fa195248b8ea3313f840dc5d72c954869 (patch) | |
tree | 711aa1fd6b41652062dccfe86e914aec09044891 /remote/projector.py | |
parent | 2afa174709cfb91b3c85753c1e13f203403c407d (diff) |
Diffstat (limited to 'remote/projector.py')
-rwxr-xr-x | remote/projector.py | 2 |
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 |