Update buildId

This commit is contained in:
Mygod
2023-05-25 16:54:06 -04:00
parent 5b3468a5b5
commit 360ca9b103

View File

@@ -61,7 +61,7 @@ object MacLookup {
} }
} }
val reportId = JSONObject(response).getString("report_id") val reportId = JSONObject(response).getString("report_id")
response = connectCancellable("https://mac-address.alldatafeeds.com/_next/data/aIw2msYEY99JzKeaEXrix" + response = connectCancellable("https://mac-address.alldatafeeds.com/_next/data/Tf9pzEFow9scQ87pOfWw3" +
"/mac-address-lookup/$reportId.json") { conn -> "/mac-address-lookup/$reportId.json") { conn ->
when (val responseCode = conn.responseCode) { when (val responseCode = conn.responseCode) {
200 -> conn.inputStream.bufferedReader().readText() 200 -> conn.inputStream.bufferedReader().readText()