Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -326,7 +326,7 @@ async def crawl_website(
|
|
| 326 |
logging.info(f"Session created with ID: {session_id}, Session data: {sessions[session_id]}")
|
| 327 |
|
| 328 |
# Generate the direct link to view the RCS
|
| 329 |
-
direct_link = f"
|
| 330 |
logging.info(f"Generated direct link: {direct_link}")
|
| 331 |
|
| 332 |
# Send email with the direct link
|
|
|
|
| 326 |
logging.info(f"Session created with ID: {session_id}, Session data: {sessions[session_id]}")
|
| 327 |
|
| 328 |
# Generate the direct link to view the RCS
|
| 329 |
+
direct_link = f"https://aideveloper1-rcs.hf.space/view-rcs/{session_id}"
|
| 330 |
logging.info(f"Generated direct link: {direct_link}")
|
| 331 |
|
| 332 |
# Send email with the direct link
|