Browse Source

Update 'xppl/getannot.py'

master
anglk 4 years ago
parent
commit
9d549d0db0
  1. 2
      xppl/getannot.py

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

Loading…
Cancel
Save