X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/b80a8f5ce910eeaf997aeacd66c814a89439184e..1cc6968f38db0ade45242e08f9aab1b1db3e43b1:/hippotatd diff --git a/hippotatd b/hippotatd index aefa458..ec47c1d 100755 --- a/hippotatd +++ b/hippotatd @@ -286,7 +286,10 @@ def start_http(): #---------- config and setup ---------- -def process_cfg(putative_servers, putative_clients): +def process_cfg(_opts, putative_servers, putative_clients): + global opts + opts = _opts + global c c = ConfigResults() c.server = cfg.get('SERVER','server')