Skip to content

Commit 009be7f

Browse files
Update giphy_search.py
1 parent 9be1072 commit 009be7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consuming-apis-python/giphy_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22

3-
# Replace the following with the API key generated above.
3+
# Replace the following with the API key generated.
44
api_key = "API_KEY"
55
endpoint = "https://api.giphy.com/v1/gifs/search"
66
search_term = "shrug"

0 commit comments

Comments
 (0)