From 8ec96ec42e7f977a238a01187106635ffe87ffe4 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 14 Sep 2007 21:27:19 +0000 Subject: Cleanup svn path=/scripts/http-server.py; revision=959 --- scripts/http-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/http-server.py') diff --git a/scripts/http-server.py b/scripts/http-server.py index dd7ec9a2..9ae9a43d 100644 --- a/scripts/http-server.py +++ b/scripts/http-server.py @@ -13,4 +13,4 @@ certChain.load_from_PEM(cfg.multiget(section, "https-cert")) def handler(query, path): return 200, "Path: %s\nQuery: %s" % (path, query) -rpki.https.server(privateKey=privateKey, certChain=certChain, handlers={"/" : handler}) +rpki.https.server(privateKey=privateKey, certChain=certChain, handlers=handler) -- cgit v1.2.3