# get httpd settings from config
if xsetbg_conf.has_option("httpd", "host"):
- host = xsetbg_conf.get("httpd", "host")
+ host = xsetbg_conf.get("httpd", "host")
else:
- host = 'localhost'
+ host = 'localhost'
if xsetbg_conf.has_option("httpd", "port"):
- port = xsetbg_conf.getint("httpd", "port")
+ port = xsetbg_conf.getint("httpd", "port")
else:
- error("Config must specify a port to listen. Abort.")
+ error("Config must specify a port to listen. Abort.")
commands = {}