]> git.phdru.name Git - xsetbg.git/commitdiff
Display an image at the start.
authorOleg Broytman <phd@phdru.name>
Thu, 1 Apr 2010 16:44:23 +0000 (16:44 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 1 Apr 2010 16:44:23 +0000 (16:44 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@40 143022c7-580b-0410-bae3-87f2bf5d3141

xsetbg.py

index ce3ffad81a0c3db08c712e9802191703da30c108..d3336ade1a3631a0ac630f6d16de26100209b6c8 100755 (executable)
--- a/xsetbg.py
+++ b/xsetbg.py
@@ -256,5 +256,6 @@ def app(env, start_response):
     start_response(status, response_headers)
     return ['Ok\n']
 
     start_response(status, response_headers)
     return ['Ok\n']
 
+force()
 httpd = make_server(host, port, app, server_class=QuitWSGIServer)
 httpd.serve_forever()
 httpd = make_server(host, port, app, server_class=QuitWSGIServer)
 httpd.serve_forever()