remove ip api

This commit is contained in:
Ashley 2023-03-12 06:39:49 +00:00
parent 1535dd48ee
commit b9ae02d4eb

View file

@ -206,9 +206,7 @@ module.exports = function (app, config, renderTemplate) {
} }
const response = await modules.fetch("http://ip-api.com/json/");
const ip = await response.json();
core.video(v).then((data) => { core.video(v).then((data) => {
try { try {
const k = data.video; const k = data.video;
@ -269,7 +267,6 @@ module.exports = function (app, config, renderTemplate) {
r, r,
qua: q, qua: q,
inv: inv_comments, inv: inv_comments,
ip,
convert, convert,
universe, universe,
wiki: data.wiki, wiki: data.wiki,