Spaces:
Running
Running
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -1
get_gmail_data.py
CHANGED
@@ -163,7 +163,7 @@ class GmailDataExtractor:
|
|
163 |
|
164 |
if data:
|
165 |
# Save only the first 10 characters of the attachment data
|
166 |
-
return subject,body ,{"filename":filename , "data"data}
|
167 |
|
168 |
return subject, body,None
|
169 |
|
|
|
163 |
|
164 |
if data:
|
165 |
# Save only the first 10 characters of the attachment data
|
166 |
+
return subject,body ,{"filename":filename , "data":data}
|
167 |
|
168 |
return subject, body,None
|
169 |
|