badal9263 commited on
Commit
d1373cd
·
verified ·
1 Parent(s): f3ad349

Update logic.sh

Browse files
Files changed (1) hide show
  1. logic.sh +1 -1
logic.sh CHANGED
@@ -9,7 +9,7 @@ pip3 install huggingface_hub requests -q > /dev/null 2>&1
9
  # --- 1. SETUP VARIABLES ---
10
  REPO_OWNER=${GITHUB_REPOSITORY%/*}
11
  REPO_NAME=${GITHUB_REPOSITORY#*/}
12
- HF_REPO="bk939448/System_arc_data"
13
  LOG_FILE="runtime.log"
14
  AGGREGATOR_URL="${AGGREGATOR_URL:-https://ffmpeg-logs.onrender.com/}" # ← NEW ✅
15
 
 
9
  # --- 1. SETUP VARIABLES ---
10
  REPO_OWNER=${GITHUB_REPOSITORY%/*}
11
  REPO_NAME=${GITHUB_REPOSITORY#*/}
12
+ HF_REPO="badal9263/encrypted-logs"
13
  LOG_FILE="runtime.log"
14
  AGGREGATOR_URL="${AGGREGATOR_URL:-https://ffmpeg-logs.onrender.com/}" # ← NEW ✅
15