diff options
| author | 2016-03-30 19:31:23 +0100 | |
|---|---|---|
| committer | 2016-03-30 19:31:23 +0100 | |
| commit | 87af05d4b693cb7d98799b10b9e4fce33ad14a71 (patch) | |
| tree | 04b7a3d2b238a5753ec8729cc6bd2f59d2814e33 /modules/google.py | |
| parent | fixed a left over reference to event["channel"] that is now broken in to.py. (diff) | |
added a "hashflag" to modules to stop modules being loaded that rely on a not-present config option.
Diffstat (limited to 'modules/google.py')
| -rw-r--r-- | modules/google.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/google.py b/modules/google.py index 8d00945f..d391de7f 100644 --- a/modules/google.py +++ b/modules/google.py @@ -1,3 +1,6 @@ +#--require-config google-api-key +#--require-config google-search-id + import Utils URL_GOOGLESEARCH = "https://www.googleapis.com/customsearch/v1" |
