Skip to content

Commit

Permalink
Ensure photo exists
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Feb 18, 2025
1 parent cd821f6 commit be43041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def main():

photos_ = DF.Flow(
DFA.load_from_airtable(AIRTABLE_APP, 'Photos', view='Grid view', apikey=AIRTABLE_API_KEY),
DF.filter_rows(lambda r: r['photo']),
# DF.checkpoint('photos'),
# DF.printer(),
).results()[0][0]
Expand Down

0 comments on commit be43041

Please sign in to comment.