fix error

This commit is contained in:
j 2023-09-28 11:49:37 +02:00
parent 6549d0350d
commit 30222d06c2

View file

@ -73,7 +73,7 @@ def add_email(email):
if r.get("data", {}).get("id"):
return True
else:
logger.errror("failed to add email to list %s => %s", email, r)
logger.error("failed to add email to list %s => %s", email, r)
return False
return False