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/irdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/irdb.py') diff --git a/scripts/irdb.py b/scripts/irdb.py index 88229415..5894ccc6 100755 --- a/scripts/irdb.py +++ b/scripts/irdb.py @@ -92,4 +92,4 @@ privateKey = rpki.x509.RSA_Keypair(PEM_file = cfg.get(section, "https-key")) certChain = rpki.x509.X509_chain() certChain.load_from_PEM(cfg.multiget(section, "https-cert")) -rpki.https.server(privateKey=privateKey, certChain=certChain, handlers={"/" : handler}) +rpki.https.server(privateKey=privateKey, certChain=certChain, handlers=handler) -- cgit v1.2.3