Drag
commited on
Commit
·
fc17ccc
1
Parent(s):
76660cb
Update search.py
Browse files
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": "
|
32 |
-
"cx": "
|
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 |
|