aboutsummaryrefslogtreecommitdiffstats
path: root/python/gmail_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/gmail_helpers.py')
-rw-r--r--python/gmail_helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gmail_helpers.py b/python/gmail_helpers.py
index f916f614..37cf9cbe 100644
--- a/python/gmail_helpers.py
+++ b/python/gmail_helpers.py
@@ -128,6 +128,7 @@ class GmailMessage(EmailMessage):
_labels = None
def __init__(self):
+ super().__init__()
if GmailMessage._service is None:
GmailMessage._service = get_gmail_service()
if GmailMessage._labels is None: