aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui/cacheview/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/gui/cacheview/util.py')
-rw-r--r--rpki/gui/cacheview/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/cacheview/util.py b/rpki/gui/cacheview/util.py
index e843b7cd..3ff2094c 100644
--- a/rpki/gui/cacheview/util.py
+++ b/rpki/gui/cacheview/util.py
@@ -424,7 +424,7 @@ def import_rcynic_xml(root=default_root, logfile=default_logfile):
start = time.time()
process_labels(logfile)
- object_accepted = LABEL_CACHE['object_accepted']
+ object_accepted = LABEL_CACHE['OBJECT_ACCEPTED']
fetch_published_objects()
process_cache(root, logfile)
notify_invalid()