We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fee54 commit f8d2f7aCopy full SHA for f8d2f7a
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://www.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