This commit is contained in:
2025-11-09 21:38:45 -08:00
parent cbe6964910
commit 82d2269566
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ import threading
from typing import List, Dict, Any, Optional
from datetime import datetime
import pytz
from dotenv import load_dotenv
load_dotenv()
# Add the current directory to the Python path so we can import app and models
sys.path.append(os.path.dirname(os.path.abspath(__file__)))