X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=blobdiff_plain;f=xsetbg-wsgi.py;fp=xsetbg-wsgi.py;h=5a435b4414942ba405aa83f061c36acddccdc98b;hp=c4d580032fe449cd30c49111032a7bb2f78aea44;hb=0ece1df14f89c4bbc0af81b7683843af225181cb;hpb=829a09494a1675180999fea2f675508e832489c4 diff --git a/xsetbg-wsgi.py b/xsetbg-wsgi.py index c4d5800..5a435b4 100755 --- a/xsetbg-wsgi.py +++ b/xsetbg-wsgi.py @@ -6,11 +6,12 @@ from wsgiref import simple_server from wsgiref.handlers import SimpleHandler from wsgiref.simple_server import WSGIServer, make_server -simple_server.ServerHandler = SimpleHandler # Stop logging to stdout from xsetbg_conf import xsetbg_conf from xsetbg import change as _change +simple_server.ServerHandler = SimpleHandler # Stop logging to stdout + # get httpd settings from config if xsetbg_conf.has_option("httpd", "host"): host = xsetbg_conf.get("httpd", "host")