aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-05 19:46:29 +0000
committerRob Austein <sra@hactrn.net>2007-11-05 19:46:29 +0000
commit8c08a2505e47dbd03ecbd6c72516bd4c670903da (patch)
tree0e18bcd4a0f415e1f370a0f5f23d89562f5d8dae
parent482e75b2e0e0a0e93d1b5d6d400024c49507e7ee (diff)
Handle cronjob success case
svn path=/scripts/rpkid.py; revision=1238
-rwxr-xr-xscripts/rpkid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py
index d919bc29..72a8cbcf 100755
--- a/scripts/rpkid.py
+++ b/scripts/rpkid.py
@@ -41,7 +41,7 @@ def up_down_handler(query, path):
def cronjob_handler(query, path):
for s in rpki.left_right.self_elt.sql_fetch_all(gctx):
s.client_poll(gctx)
- #raise rpki.exceptions.NotImplementedYet
+ return 200, "OK"
class global_context(object):
"""A container for various global parameters."""