alicezetion 1.4.5 → 1.4.6
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 +4 -3
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":3919785957529008455,"last_updated":{"seconds":1693556772,"nanos":390240000}}
|
package/Main.js
CHANGED
@@ -277,10 +277,10 @@ function buildAPI(globalOptions, html, jar) {
|
|
277
277
|
}
|
278
278
|
}
|
279
279
|
else {
|
280
|
-
|
280
|
+
// if (html.indexOf("/checkpoint/block/?next") > -1) log.warn("login", Language.CheckPointLevelI);
|
281
281
|
|
282
282
|
var userID = maybeCookie[0].cookieString().split("=")[1].toString();
|
283
|
-
process.env['UID'] = logger.Normal(getText(Language.UID,userID), userID);
|
283
|
+
process.env['UID'] = //logger.Normal(getText(Language.UID,userID), userID);
|
284
284
|
|
285
285
|
try {
|
286
286
|
clearInterval(checkVerified);
|
@@ -961,7 +961,8 @@ try {
|
|
961
961
|
return res;
|
962
962
|
})
|
963
963
|
.then(function(res) {
|
964
|
-
var html = res.body,
|
964
|
+
//var html = res.body,
|
965
|
+
var Obj = buildAPI(globalOptions, html, jar);
|
965
966
|
ctx = Obj.ctx;
|
966
967
|
api = Obj.api;
|
967
968
|
process.env.api = Obj.api;
|