Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import requests
|
|
3 |
from datetime import datetime, timedelta
|
4 |
|
5 |
# Google Custom Search API ํค์ ๊ฒ์ ์์ง ID
|
6 |
-
API_KEY = "
|
7 |
-
SEARCH_ENGINE_ID = "
|
8 |
|
9 |
# ์ง์๋๋ ๊ตญ๊ฐ ๋ฆฌ์คํธ
|
10 |
COUNTRIES = {
|
|
|
3 |
from datetime import datetime, timedelta
|
4 |
|
5 |
# Google Custom Search API ํค์ ๊ฒ์ ์์ง ID
|
6 |
+
API_KEY = "AIzaSyB8wNdEL8-SAvelRq-zenLLU-cUEmsj7uE"
|
7 |
+
SEARCH_ENGINE_ID = "362030334819-vd4cpdvm1mecdbbu2ue41s3ldlc41365.apps.googleusercontent.com"
|
8 |
|
9 |
# ์ง์๋๋ ๊ตญ๊ฐ ๋ฆฌ์คํธ
|
10 |
COUNTRIES = {
|