Correction

This commit is contained in:
bskjon 2024-04-15 01:14:27 +02:00
parent b407159f22
commit eae7d8dd10

View File

@ -28,7 +28,7 @@ class UseSource():
def __init__(self, title, eventId) -> None:
self.title = title
def stripped(input_string):
def stripped(self, input_string) -> str:
return re.sub(r'[^a-zA-Z0-9]', '', input_string)
def __perform_search(self, title)-> List[WeightedData]: