Omkar008 commited on
Commit
1f2314c
1 Parent(s): 3814d06

Update get_gmail_data.py

Browse files
Files changed (1) hide show
  1. 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 , encrypted_message_id
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