I'm trying to run the PyPi version. Below is my code: ``` from crosslinked.search import CrossLinked print(CrossLinked.search(["{f}{last}@example.com"])) ``` I'm getting the following error: AttributeError: 'list' object has no attribute 'timeout'