Drag commited on
Commit
fc17ccc
·
1 Parent(s): 76660cb

Update search.py

Browse files
Files changed (1) hide show
  1. Mikobot/plugins/search.py +2 -2
Mikobot/plugins/search.py CHANGED
@@ -28,8 +28,8 @@ API_CONFIG = {
28
  },
29
  "google_image_api": {
30
  "url": "https://customsearch.googleapis.com/customsearch/v1?q={query}&searchType=image&key={api_key}",
31
- "api_key": "YOUR_GOOGLE_IMAGE_API_KEY",
32
- "cx": "YOUR_CUSTOM_SEARCH_ENGINE_ID",
33
  },
34
  }
35
 
 
28
  },
29
  "google_image_api": {
30
  "url": "https://customsearch.googleapis.com/customsearch/v1?q={query}&searchType=image&key={api_key}",
31
+ "api_key": "AIzaSyAwq2Vx4lyuXv6ZcZNjbws2v8Jhl0nAAmA",
32
+ "cx": "a364d574f6cea4fc9",
33
  },
34
  }
35