Skip to content

Commit aefdbf7

Browse files
authored
Update News_API.py
1 parent f513619 commit aefdbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIScripts/New API/News_API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def Check(input_countries):
2121
if __name__ == "__main__":
2222
while 1:
2323
# Get your API key from New API
24-
newsapi = NewsApiClient(api_key='0864a52124954666bb3e1fd0f7fbb1e6')
24+
newsapi = NewsApiClient(api_key='Your API Key')
2525

2626
input_country = input("Country: ") # Taking country name input
2727
input_countries = [f'{input_country.strip()}']

0 commit comments

Comments
 (0)