Correction5W
This commit is contained in:
parent
88fc344530
commit
4a01dac180
@ -36,7 +36,7 @@ class UseSource():
|
||||
self.eventId = eventId
|
||||
|
||||
def stripped(self, input_string) -> str:
|
||||
return re.sub(r'[^a-zA-Z0-9]', '', input_string)
|
||||
return re.sub(r'[^a-zA-Z0-9\s]', '', input_string)
|
||||
|
||||
def __perform_search(self, title)-> List[WeightedData]:
|
||||
anii = AniiMetadata(title).lookup()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user