Skip to content

Commit

Permalink
init doc with status:TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Sep 4, 2024
1 parent c6f0eec commit 0ec4dad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChinaXivXiv/workers/oai_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ async def main():
docs.append({
"identifier": record.header.identifier,
"datestamp": record.header.datestamp,
"metadata": record.metadata
"metadata": record.metadata,
"status": "TODO",
})
except oaipmh_scythe.exceptions.NoRecordsMatch:
print("NoRecordsMatch")
Expand Down

0 comments on commit 0ec4dad

Please sign in to comment.