Syncing z2

This commit is contained in:
Jed
2021-12-12 10:22:52 -05:00
parent a95a96ad74
commit 42f2be833f
9 changed files with 1890 additions and 1002 deletions

View File

@@ -51,10 +51,10 @@ for one_item in working_list:
if one_item['ecl'] in ['amb', 'blu', 'brn', 'gry', 'grn','hzl', 'oth']:
test_check += 1
test_str = test_str + "eye|"
if set('0123456789').issubset(one_item['pid']) and len(one_item['pid']) == 9:
if len(one_item['pid']) == 9:
test_check += 1
test_str = test_str + "passport|"
if test_check == 8:
if test_check == 7:
valid_count += 1
print(test_check)
print(test_str)