aboutsummaryrefslogtreecommitdiff
path: root/modules/google.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/google.py')
-rw-r--r--modules/google.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/google.py b/modules/google.py
index b961186e..b8d5c653 100644
--- a/modules/google.py
+++ b/modules/google.py
@@ -19,7 +19,7 @@ class Module(object):
"q": phrase, "key": self.bot.config[
"google-api-key"], "cx": self.bot.config[
"google-search-id"], "prettyPrint": "true",
- "num": 1, "gl": "us"}, json=True)
+ "num": 1, "gl": "gb"}, json=True)
if page:
if "items" in page and len(page["items"]):
event["stdout"].write(page["items"][0][