Update 'xppl/getannot.py'

This commit is contained in:
anglk 2020-02-05 12:10:02 +01:00
parent 1e56afc8c4
commit 9d549d0db0

View File

@ -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])