Skip to content

Commit

Permalink
changed the date as per the requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
RK206 committed Jan 23, 2025
1 parent 4e8b556 commit 5d9ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/tasks/datalog_journal_added_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def to_datalog_journal_added(journal: Journal) -> DatalogJournalAdded:
def get_fetch_datalog_date(n_days=30):
record = find_last_datalog()
if record is None:
return datetime.datetime(2014, 3, 19)
return datetime.datetime(2024, 2, 1)
else:
d = dates.parse(record.date_added)
# subtract n days to avoid missing records
Expand Down

0 comments on commit 5d9ca0c

Please sign in to comment.