From: Oleg Broytman Date: Thu, 1 Apr 2010 16:44:23 +0000 (+0000) Subject: Display an image at the start. X-Git-Tag: v4.0.0~28 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=4b2d415011fc184036818355ff8914c407b77c33 Display an image at the start. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@40 143022c7-580b-0410-bae3-87f2bf5d3141 --- diff --git a/xsetbg.py b/xsetbg.py index ce3ffad..d3336ad 100755 --- a/xsetbg.py +++ b/xsetbg.py @@ -256,5 +256,6 @@ def app(env, start_response): start_response(status, response_headers) return ['Ok\n'] +force() httpd = make_server(host, port, app, server_class=QuitWSGIServer) httpd.serve_forever()