Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit b140883

Browse files
committed
Push Latest
1 parent cf3b196 commit b140883

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

copenJSParser/src/main/kotlin/io/crawleyyou/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class copenJSParser (fileLocation: String, mode: Int, extra: String? = "null") {
6262
else if (startStatus) {
6363
println("Current IP: $ip")
6464
client.outputStream.write(ip.toByteArray())
65-
TimeUnit.MILLISECONDS.sleep(10)
65+
TimeUnit.MILLISECONDS.sleep(5)
6666
}
6767
}
6868
println("$count IP's processed. " + LocalDateTime.now().toString())

src/libs/Protocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ const GetServerData = (ip, port) => new Promise(async (resolve, reject) => {
1010
}).then((data) => {
1111
resolve(data)
1212
}).catch((err) => {
13-
reject(err)
13+
reject("error")
1414
})
1515
} catch (err) {
16-
reject(err)
16+
reject("error")
1717
}
1818
})
1919

-2.52 MB
Binary file not shown.
-2.52 MB
Binary file not shown.
-2.52 MB
Binary file not shown.
341 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)