Update IPCheck.js

This commit is contained in:
Shawn
2019-07-16 15:36:59 +08:00
committed by GitHub
parent a2edbcfd92
commit 2a02b77895

View File

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