Spaces:
Running
Running
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -1
get_gmail_data.py
CHANGED
@@ -184,7 +184,7 @@ class GmailDataExtractor:
|
|
184 |
|
185 |
if data:
|
186 |
# Save only the first 10 characters of the attachment data
|
187 |
-
return subject,text ,{"filename":filename , "data":data} , company_from_gmail ,
|
188 |
|
189 |
return subject, text,None , company_from_gmail , encrypted_message_id
|
190 |
|
|
|
184 |
|
185 |
if data:
|
186 |
# Save only the first 10 characters of the attachment data
|
187 |
+
return subject,text ,{"filename":filename , "data":data} , company_from_gmail , message_id
|
188 |
|
189 |
return subject, text,None , company_from_gmail , encrypted_message_id
|
190 |
|