You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datetime.utcnow() & datetime.utcfromtimestamp() are deprecated and I changed them to datetime.now(timezone.utc) & datetime.fromtimestamp(int(timestamp), timezone.utc) respectively.
Expected behavior
Should fix an error.
Additional context
This module doesn't rely on SendGrid webhook events which makes email tracking very limited.
The text was updated successfully, but these errors were encountered:
Module
mail_tracking
Describe the bug
datetime.utcnow() & datetime.utcfromtimestamp() are deprecated and I changed them to datetime.now(timezone.utc) & datetime.fromtimestamp(int(timestamp), timezone.utc) respectively.
Expected behavior
Should fix an error.
Additional context
This module doesn't rely on SendGrid webhook events which makes email tracking very limited.
The text was updated successfully, but these errors were encountered: