aboutsummaryrefslogtreecommitdiff
path: root/modules/google.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-08-31 12:08:55 +0100
committerGravatar GitHub2018-08-31 12:08:55 +0100
commit9cd4e867502e9173ca4112aac07bb8a34960da37 (patch)
tree6832c146a15879df292d265083bfe5795cbdfa69 /modules/google.py
parentFix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs (diff)
parentRevert "Reformat" (diff)
Merge pull request #7 from dngfx/master
I've been busy!
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][