diff options
| author | 2018-08-31 12:08:55 +0100 | |
|---|---|---|
| committer | 2018-08-31 12:08:55 +0100 | |
| commit | 9cd4e867502e9173ca4112aac07bb8a34960da37 (patch) | |
| tree | 6832c146a15879df292d265083bfe5795cbdfa69 /modules/google.py | |
| parent | Fix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITs (diff) | |
| parent | Revert "Reformat" (diff) | |
Merge pull request #7 from dngfx/master
I've been busy!
Diffstat (limited to 'modules/google.py')
| -rw-r--r-- | modules/google.py | 2 |
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][ |
