Skip to content

Commit f25e0b6

Browse files
committed
Retry to get Kasada!
1 parent e8780d2 commit f25e0b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const KasdaResolver = async () => {
4848
// console.log(e);
4949
}
5050

51-
return false;
51+
console.log("Unable to get Kasada, Try again ...")
52+
return await KasdaResolver();
5253
};
5354

5455
const integrityGetToken = async (kpsdkcd, kpsdkct, cookies) => {

0 commit comments

Comments
 (0)