Spaces:
Running
Running
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -1
get_gmail_data.py
CHANGED
@@ -180,7 +180,7 @@ class GmailDataExtractor:
|
|
180 |
# Save only the first 10 characters of the attachment data
|
181 |
return subject,text ,{"filename":filename , "data":data} , company_from_gmail
|
182 |
|
183 |
-
return subject,
|
184 |
|
185 |
def extract_domain_from_email(self,email_string):
|
186 |
# Extracting the email address using regex
|
|
|
180 |
# Save only the first 10 characters of the attachment data
|
181 |
return subject,text ,{"filename":filename , "data":data} , company_from_gmail
|
182 |
|
183 |
+
return subject, text,None , company_from_gmail
|
184 |
|
185 |
def extract_domain_from_email(self,email_string):
|
186 |
# Extracting the email address using regex
|