Skip to content

Commit

Permalink
Update keys repo again
Browse files Browse the repository at this point in the history
  • Loading branch information
KawsarDev authored Jan 9, 2024
1 parent 5fa4e9c commit 8f56527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MegaCloudExtractor(private val client: OkHttpClient, private val headers:

private fun getIndexPairs(type: String) = runLocked {
INDEX_PAIRS_MAP[type].orEmpty().ifEmpty {
noCacheClient.newCall(GET("https://raw.githubusercontent.com/J4zzyB1te7s/keys/e$type/key", cache = cacheControl))
noCacheClient.newCall(GET("https://raw.githubusercontent.com/theonlymo/keys/e$type/key", cache = cacheControl))
.execute()
.use { it.body.string() }
.let { json.decodeFromString<List<List<Int>>>(it) }
Expand Down

0 comments on commit 8f56527

Please sign in to comment.