Spaces:
Running
Running
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -0
get_gmail_data.py
CHANGED
@@ -149,6 +149,7 @@ class GmailDataExtractor:
|
|
149 |
if header['name'] == 'Subject':
|
150 |
subject = header['value']
|
151 |
body = ''
|
|
|
152 |
links = []
|
153 |
has_attachment = False
|
154 |
|
|
|
149 |
if header['name'] == 'Subject':
|
150 |
subject = header['value']
|
151 |
body = ''
|
152 |
+
text=''
|
153 |
links = []
|
154 |
has_attachment = False
|
155 |
|