X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg.py;h=b932c81340255e486d37d756a749ea38ffec01e2;hb=81143851b613ebd6d5c4fe833bdba9d832955336;hp=d9472bcc0b032d66fa52da1d5cab499df6c51edd;hpb=a43dfc879bacb5eaae7cc7644983623c58efe02a;p=xsetbg.git diff --git a/xsetbg.py b/xsetbg.py index d9472bc..b932c81 100755 --- a/xsetbg.py +++ b/xsetbg.py @@ -11,7 +11,7 @@ __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design" __license__ = "GNU GPL" -__all__ = ['host', 'port', 'change'] +__all__ = ['change'] import anydbm @@ -92,17 +92,6 @@ if xsetbg_conf.has_option("xsetbg", "min_delay"): else: min_delay = 3600*24 # 24 hours -# httpd settings -if xsetbg_conf.has_option("httpd", "host"): - host = xsetbg_conf.get("httpd", "host") -else: - host = 'localhost' - -if xsetbg_conf.has_option("httpd", "port"): - port = xsetbg_conf.getint("httpd", "port") -else: - error("Config must specify a port to listen. Abort.") - # DB keys timestamp_key = "timestamp"