hm
This commit is contained in:
parent
8f1a9c204d
commit
e19b2a63be
@ -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