AdhyanshVerma commited on
Commit
61f442a
Β·
verified Β·
1 Parent(s): c0fdcf5

Update pipeline/orchestrator.py

Browse files
Files changed (1) hide show
  1. pipeline/orchestrator.py +1 -1
pipeline/orchestrator.py CHANGED
@@ -27,7 +27,7 @@ logging.basicConfig(
27
  log = logging.getLogger("orchestrator")
28
 
29
  # ── paths & constants ────────────────────────────────────────────────
30
- BASE_DIR = Path(__file__).resolve().parent.parent
31
  DB_ACCOUNTS = BASE_DIR / "db" / "accounts.db"
32
  DB_CHANNELS = BASE_DIR / "db" / "channel_links.db"
33
  DB_TRACKER = BASE_DIR / "db" / "tracker.db"
 
27
  log = logging.getLogger("orchestrator")
28
 
29
  # ── paths & constants ────────────────────────────────────────────────
30
+ BASE_DIR = "/data"
31
  DB_ACCOUNTS = BASE_DIR / "db" / "accounts.db"
32
  DB_CHANNELS = BASE_DIR / "db" / "channel_links.db"
33
  DB_TRACKER = BASE_DIR / "db" / "tracker.db"