diff --git a/xppl/getannot.py b/xppl/getannot.py index 0d7455c..2664d60 100644 --- a/xppl/getannot.py +++ b/xppl/getannot.py @@ -15,7 +15,7 @@ def get_annotations(): "Authorization": "Bearer %s" % KEY } - base_url = "https://hypothes.is/api/search?user=varia_annotator@hypothes.is" + base_url = "https://hypothes.is/api/search?user=xpub@hypothes.is" search_url = "".join([base_url])