misc.wolfram: re-enable geoip as it doesnt matter anymore
This commit is contained in:
parent
79fd9a2210
commit
7cecf20a9d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ wolfram.callback = async function (msg, line, args, {verbose, v}) {
|
|||
if (!data) return WA_NO_ANSWER;
|
||||
|
||||
// fake no answer
|
||||
if (data[0].subpods[0].plaintext.includes("geoIP")) return WA_NO_ANSWER;
|
||||
//if (data[0].subpods[0].plaintext.includes("geoIP")) return WA_NO_ANSWER;
|
||||
|
||||
if (_verbose) {
|
||||
const embed = {
|
||||
|
|
Loading…
Reference in a new issue