diff --git a/releasestatus.py b/releasestatus.py index 35cc59b..b56a6da 100644 --- a/releasestatus.py +++ b/releasestatus.py @@ -231,7 +231,7 @@ if __name__ == '__main__': pastbps.add(bp) else: if (bp.implementation_status == 'Implemented' or - bp.priority not in ('Undefined', 'Low')): + bp.priority not in ('Undefined', 'Not')): activebps.add(bp) print template.render(series=config['series'], diff --git a/template.html b/template.html index 22c1ce8..3d383be 100644 --- a/template.html +++ b/template.html @@ -73,14 +73,6 @@ -