Skip to content

Commit fef8549

Browse files
Update giphy_search.py
1 parent 703dc8b commit fef8549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

consuming-apis-python/giphy_search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# In the query parameters you can define:
1212
# 1. The number of GIFs to return using the `limit` parameter.
1313
# 2. The query term to search for using the `q` parameter.
14-
# 3. The accepted rating of the GIFs returned using the `rating` parameter: https://developers.giphy.com/docs/optional-settings#rating
14+
# 3. The accepted rating of the GIFs returned using the `rating` parameter
15+
# https://developers.giphy.com/docs/optional-settings#rating
1516
params = {"api_key": API_KEY, "limit": 3, "q": search_term, "rating": "g"}
1617

1718
# The response will contain a list with all the GIFs that match your query.

0 commit comments

Comments
 (0)