rairo commited on
Commit
c2d6d7b
·
verified ·
1 Parent(s): 97cdc57

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1097,7 +1097,7 @@ class ConversationalAIHandler:
1097
  logger.info(f"[AGENT] Agent data prepared, checking for existing agent")
1098
 
1099
  # Check if agent already exists for this project
1100
- from your_database import db_ref # Import your database reference
1101
  existing_agent_id = db_ref.child(f'projects/{project_id}/agent_id').get()
1102
 
1103
  if existing_agent_id:
 
1097
  logger.info(f"[AGENT] Agent data prepared, checking for existing agent")
1098
 
1099
  # Check if agent already exists for this project
1100
+ # Import your database reference
1101
  existing_agent_id = db_ref.child(f'projects/{project_id}/agent_id').get()
1102
 
1103
  if existing_agent_id: