still skip unexpected statuses

This commit is contained in:
Mateusz Konieczny 2022-09-14 12:25:46 +02:00
parent 1fce51c104
commit 71b67d9890

View File

@ -67,6 +67,7 @@ def main():
status = "Appeal In Progress"
if (status not in ["Approved", "Rejected", "Appeal In Progress", "Withdrawn", "Unknown"]):
print("Unexpected status " + status)
continue
#raise Exception("Unexpected status " + status)
if uprn == None:
continue