Skip to content

Commit

Permalink
list getter used wrong service key
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jan 30, 2025
1 parent 6018ceb commit 3c547b4
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 3c547b4

Please sign in to comment.