diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-25 21:53:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-25 21:53:06 +0000 |
commit | ab9a4d861f9f1364409bd88e6dc3681b98760a80 (patch) | |
tree | 0525fde90edaaee7ff66df68fca9dc0c5c49bde4 | |
parent | d4ca731db50b6c3f620f993d3e04b399110e81a8 (diff) |
Might help to look for the right status tags
svn path=/myrpki.rototill/ripe-to-csv.py; revision=3134
-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 |