diff options
-rw-r--r-- | myrpki.rototill/ripe-to-csv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/ripe-to-csv.py b/myrpki.rototill/ripe-to-csv.py index f974bc46..f3935399 100644 --- a/myrpki.rototill/ripe-to-csv.py +++ b/myrpki.rototill/ripe-to-csv.py @@ -29,7 +29,7 @@ class Handle(dict): want_tags = () - want_status = ("ALLOCATEDPA", "ALLOCATEDPI") + want_status = ("ASSIGNED", "ASSIGNEDPA", "ASSIGNEDPI") debug = False |