Update IPCheck.js

This commit is contained in:
Shawn
2019-07-16 14:20:50 +08:00
committed by GitHub
parent 7d1c8318f8
commit 8874fc2ac3

View File

@@ -1,14 +1,9 @@
// if ($response.statusCode != 200) {
// $done(Null);
// }
if ($response.statusCode != 200) {
$done(Null);
}
// var body = $response.body;
// var obj = JSON.parse(body);
if ($response.statusCode != 200) {
$done(Null);
}
const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥']
function getRandomInt(max) {