Fix: Remove hardcoded paths - now fully standalone
- Changed all load_dotenv() calls to use relative path (just load_dotenv()) - No OpenClaw dependencies - Works anywhere after pip install
This commit is contained in:
@@ -11,7 +11,7 @@ from typing import Any, Optional
|
||||
import requests
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv("/home/solaria/.openclaw/workspace/opus-orchestrator-ai/.env")
|
||||
load_dotenv()
|
||||
|
||||
|
||||
class GitHubIngestor:
|
||||
|
||||
Reference in New Issue
Block a user