Chrunos commited on
Commit
a4842b1
·
verified ·
1 Parent(s): d401ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -200,15 +200,13 @@ class ApiRotator:
200
 
201
  # In your function:
202
  api_rotator = ApiRotator([
203
- "https://cobalt-api.kwiatekmiki.com",
204
  "http://34.107.254.11",
 
205
  "https://dwnld.nichind.dev",
206
  "http://2.56.214.74:9000",
207
  "http://109.107.189.229:9000",
208
  "https://dl01.yt-dl.click",
209
  "https://cobalt-api.ayo.tf"
210
-
211
-
212
  ])
213
 
214
 
 
200
 
201
  # In your function:
202
  api_rotator = ApiRotator([
 
203
  "http://34.107.254.11",
204
+ "https://cobalt-api.kwiatekmiki.com",
205
  "https://dwnld.nichind.dev",
206
  "http://2.56.214.74:9000",
207
  "http://109.107.189.229:9000",
208
  "https://dl01.yt-dl.click",
209
  "https://cobalt-api.ayo.tf"
 
 
210
  ])
211
 
212