feat: updates
This commit is contained in:
@@ -41,7 +41,7 @@ var main = () => {
|
||||
path = path.substring(0, path.length - 2);
|
||||
}
|
||||
path = path.substring(path.lastIndexOf('/') + 1);
|
||||
var updatePageUrl = 'https://playsecurity.org/update_pages?' + path;
|
||||
var updatePageUrl = 'https://play.hatter.me/update_pages?' + path;
|
||||
try {
|
||||
println($$.httpRequest().connTimeout(600).readTimeout(10000).url(updatePageUrl).get());
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user