Skip to content

Commit

Permalink
Merge pull request #42 from mlibrary/fix-barcode-report
Browse files Browse the repository at this point in the history
list getter used wrong service key
  • Loading branch information
niquerio authored Jan 31, 2025
2 parents 6018ceb + 3c547b4 commit e8b87f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aim/digifeeds/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def last_two_weeks_rclone_filter(start_date: datetime = datetime.today()):

def barcodes_added_in_last_two_weeks():
files = rclone.ls(
path=f"{S.digifeeds_s3_bucket}:{S.digifeeds_s3_processed_path}",
path=f"{S.digifeeds_s3_rclone_remote}:{S.digifeeds_s3_processed_path}",
args=[f'--include "{last_two_weeks_rclone_filter()}"'],
)
output = []
Expand Down

0 comments on commit e8b87f1

Please sign in to comment.