From 4b2d415011fc184036818355ff8914c407b77c33 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 1 Apr 2010 16:44:23 +0000 Subject: [PATCH] Display an image at the start. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@40 143022c7-580b-0410-bae3-87f2bf5d3141 --- xsetbg.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.2