From 9d549d0db0ba3ac3a3af67f06b858299362c375f Mon Sep 17 00:00:00 2001 From: anglk Date: Wed, 5 Feb 2020 12:10:02 +0100 Subject: [PATCH] Update 'xppl/getannot.py' --- xppl/getannot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])