Omkar008 commited on
Commit
24101b8
1 Parent(s): d9eb22f

Update get_gmail_data.py

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