concat 3 times of contact list

This commit is contained in:
2022-11-10 12:01:20 +01:00
parent dbf36405df
commit 093a5e22ae
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -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)