Skip to content

Commit f3f4db6

Browse files
Update giphy_trending.py
1 parent 009be7f commit f3f4db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consuming-apis-python/giphy_trending.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/trending"
66
params = {"api_key": api_key, "limit": 3, "rating": "g"}

0 commit comments

Comments
 (0)