mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
Merge pull request #1259 from mAAdhaTTah/fix-readwise-token
This commit is contained in:
commit
e2bcb19603
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ReadwiseReaderAPI:
|
||||||
def get_archive(self):
|
def get_archive(self):
|
||||||
response = requests.get(
|
response = requests.get(
|
||||||
url="https://readwise.io/api/v3/list/",
|
url="https://readwise.io/api/v3/list/",
|
||||||
headers={"Authorization": "Token s71gNtiNDWquEvlJFFUyDU10ao8fn99lGyNryvyllQcDSnrd7X"},
|
headers={"Authorization": f"Token {self.api_token}"},
|
||||||
params={
|
params={
|
||||||
"location": "archive",
|
"location": "archive",
|
||||||
"pageCursor": self.cursor,
|
"pageCursor": self.cursor,
|
||||||
|
|
Loading…
Reference in a new issue