AiDeveloper1 commited on
Commit
8a86548
·
verified ·
1 Parent(s): f83fb9a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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"http://localhost:8001/view-rcs/{session_id}"
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