We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8e227 commit 85e14c3Copy full SHA for 85e14c3
1 file changed
examples/categories.py
@@ -15,7 +15,7 @@
15
16
def run(key, alt_url='https://api.rosette.com/rest/v1/'):
17
""" Run the example """
18
- categories_url_data = "https://onlocationvacations.com/2018/02/06/downton-abbey-exhibition-extended-april-2-nyc/"
+ categories_url_data = "https://rosette.com/about"
19
url = categories_url_data
20
# Create an API instance
21
api = API(user_key=key, service_url=alt_url)
0 commit comments