changes
This commit is contained in:
2
sync.py
2
sync.py
@@ -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__)))
|
||||
|
||||
Reference in New Issue
Block a user