Spaces:
Sleeping
Sleeping
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -1
get_gmail_data.py
CHANGED
|
@@ -222,7 +222,7 @@ class GmailDataExtractor:
|
|
| 222 |
# Extract links
|
| 223 |
links = [(link.text, link['href']) for link in soup.find_all('a', href=True)]
|
| 224 |
|
| 225 |
-
return text
|
| 226 |
|
| 227 |
def extract_messages(self) -> dict:
|
| 228 |
"""
|
|
|
|
| 222 |
# Extract links
|
| 223 |
links = [(link.text, link['href']) for link in soup.find_all('a', href=True)]
|
| 224 |
|
| 225 |
+
return text
|
| 226 |
|
| 227 |
def extract_messages(self) -> dict:
|
| 228 |
"""
|