We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2963c5 commit 97b339aCopy full SHA for 97b339a
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 = "http://www.onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/"
+ categories_url_data = "https://onlocationvacations.com/2015/03/05/the-new-ghostbusters-movie-begins-filming-in-boston-in-june/"
19
url = categories_url_data
20
# Create an API instance
21
api = API(user_key=key, service_url=alt_url)
0 commit comments