From 87af05d4b693cb7d98799b10b9e4fce33ad14a71 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 30 Mar 2016 19:31:23 +0100 Subject: added a "hashflag" to modules to stop modules being loaded that rely on a not-present config option. --- modules/google.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/google.py') 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" -- cgit v1.3.1-10-gc9f91