Spaces:
Running
Running
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -1
get_gmail_data.py
CHANGED
@@ -220,7 +220,7 @@ class GmailDataExtractor:
|
|
220 |
return None
|
221 |
|
222 |
|
223 |
-
def extract_text(self,html_content:str)
|
224 |
"""
|
225 |
Extracts text and links from HTML content.
|
226 |
|
|
|
220 |
return None
|
221 |
|
222 |
|
223 |
+
def extract_text(self,html_content:str):
|
224 |
"""
|
225 |
Extracts text and links from HTML content.
|
226 |
|