added 8 to ambiguous characters (looks like B)
This commit is contained in:
@@ -18,7 +18,7 @@ class Database:
|
||||
numbers = list(range(1, 100))
|
||||
identifiers = list(string.ascii_uppercase) + [str(item) for item in
|
||||
numbers] # All identifiers are treated as strings
|
||||
ambiguous = ['I', 'O', 'V', '1', '5', '9', '99']
|
||||
ambiguous = ['I', 'O', 'V', '1', '8', '5', '9', '99']
|
||||
utils.remove_common_elements(identifiers, ambiguous)
|
||||
return identifiers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user