hm
This commit is contained in:
parent
c744d948fb
commit
8f1a9c204d
@ -8,7 +8,7 @@ def is_number(test):
|
||||
result = re.match(pattern, test)
|
||||
if result:
|
||||
test = test.split(' ')
|
||||
if len(test[0]) < 2 or len(test[1]) < 2:
|
||||
if len(test[0]) < 2 or len(test[1]) < 2:
|
||||
return "<NONE>"
|
||||
else:
|
||||
return test[1]
|
||||
|
Loading…
Reference in New Issue
Block a user