From a704abb9ef3e67e5d34cd82bb2f10bbb4b967070 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 30 Oct 2007 21:25:19 +0000 Subject: Fix handler syntax svn path=/scripts/irdb.py; revision=1206 --- 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 40adfd9e..2354d247 100755 --- a/scripts/irdb.py +++ b/scripts/irdb.py @@ -75,4 +75,4 @@ rpki.https.server(privateKey = rpki.x509.RSA(Auto_file = cfg.get(cfg_section, "h certChain = rpki.x509.X509_chain(Auto_files = cfg.multiget(cfg_section, "https-cert")), host = u.hostname or "localhost", port = u.port or 443, - handlers = { u.path : handler }) + handlers = ((u.path, handler),)) -- cgit v1.2.3