concat 3 times of contact list
This commit is contained in:
@@ -78,7 +78,7 @@ class GeoCaptchaSolver {
|
||||
await delay(2000 + getRandomWaitTime());
|
||||
}
|
||||
try {
|
||||
if (number_list.isEmpty()) {
|
||||
if (number_list.length === 0) {
|
||||
onResult(false)
|
||||
} else {
|
||||
onResult(true)
|
||||
|
||||
Reference in New Issue
Block a user