seawolf2357 commited on
Commit
77e4df8
ยท
verified ยท
1 Parent(s): 1b298f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "YOUR_API_KEY_HERE"
7
- SEARCH_ENGINE_ID = "YOUR_SEARCH_ENGINE_ID_HERE"
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 = {