Spaces:
Configuration error
Configuration error
Removed printline debugging.
Browse files
functions/context_acquisition.py
CHANGED
@@ -170,9 +170,7 @@ def _save_html_to_file(html_content: str, profile_url: str) -> str:
|
|
170 |
|
171 |
# Generate filename from URL and timestamp
|
172 |
parsed_url = urlparse(profile_url)
|
173 |
-
print(parsed_url)
|
174 |
profile_name = parsed_url.path.split('/')[2] or 'unknown_profile'
|
175 |
-
print(profile_name)
|
176 |
filename = f"linkedin_profile_{profile_name}.html"
|
177 |
|
178 |
# Full file path
|
|
|
170 |
|
171 |
# Generate filename from URL and timestamp
|
172 |
parsed_url = urlparse(profile_url)
|
|
|
173 |
profile_name = parsed_url.path.split('/')[2] or 'unknown_profile'
|
|
|
174 |
filename = f"linkedin_profile_{profile_name}.html"
|
175 |
|
176 |
# Full file path
|