Hello,
I got an error when running following code on Colab:
from mailscout import Scout
scout = Scout()
names = ["Batuhan", "Akyazı"]
# or, names = ["Batuhan Akyazı"]
domain = "microsoft.com"
emails = scout.find_valid_emails(domain, names)
print(emails)
Screenshot on Colab
