Syncing z2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user