Omkar008 commited on
Commit
82e9636
1 Parent(s): d26423a

Update get_gmail_data.py

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