Fixes #167
This commit is contained in:
@@ -28,7 +28,7 @@ def converter(data, url=False):
|
||||
|
||||
|
||||
def counter(string):
|
||||
string = re.sub(r'\s|\w', '')
|
||||
string = re.sub(r'\s|\w', '', string)
|
||||
return len(string)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user