alicezetion 1.4.6 → 1.4.8
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/replit/__replit_disk_meta.json +1 -1
- package/Main.js +2 -6
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":2634973437649948790,"last_updated":{"seconds":1693557384,"nanos":38261000}}
|
package/Main.js
CHANGED
@@ -282,11 +282,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
282
282
|
var userID = maybeCookie[0].cookieString().split("=")[1].toString();
|
283
283
|
process.env['UID'] = //logger.Normal(getText(Language.UID,userID), userID);
|
284
284
|
|
285
|
-
|
286
|
-
clearInterval(checkVerified);
|
287
|
-
} catch (e) {
|
288
|
-
console.log(e);
|
289
|
-
}
|
285
|
+
clearInterval(checkVerified);
|
290
286
|
|
291
287
|
var clientID = (Math.random() * 2147483648 | 0).toString(16);
|
292
288
|
|
@@ -961,7 +957,7 @@ try {
|
|
961
957
|
return res;
|
962
958
|
})
|
963
959
|
.then(function(res) {
|
964
|
-
|
960
|
+
var html = res.body;
|
965
961
|
var Obj = buildAPI(globalOptions, html, jar);
|
966
962
|
ctx = Obj.ctx;
|
967
963
|
api = Obj.api;
|