Skip to content

Commit

Permalink
DR
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Feb 24, 2025
1 parent 7ba5e48 commit 56c0153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/treecat/src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1>
צור קשר
</h1>
<p>
ליצירת קשר בכל נושא, מתן משוב לאתר או שיתוף מידע ותמונות עצים, ניתן ליצור קשר בכתובת המייל: <a href="mailto:trees@hasadna.org.il" target='_blank'>trees&#64;hasadna.org.il</a>, או באמצעות ה<a href='https://airtable.com/appzGQVzEJGPXV32M/pagD8qTH6NowCXi8U/form' target='_blank'>טופס</a>
ליצירת קשר בכל נושא, מתן משוב לאתר או שיתוף מידע ותמונות עצים, ניתן ליצור קשר בכתובת המייל: <a href="mailto:trees@hasadna.org.il" target='_blank'>trees&#64;hasadna.org.il</a>, או באמצעות ה<a href='https://airtable.com/appzGQVzEJGPXV32M/pagD8qTH6NowCXi8U/form' target='_blank'>טופס</a>.
</p>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion tools/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ def get_treebase_info(record):
def main():

# prepare S3 client
s3 = boto3.client('s3', region_name=AWS_REGION, endpoint_url=AWS_ENDPOINT_URL, aws_access_key_id=AWS_ACCESS_KEY_ID, aws_secret_access_key=AWS_SECRET_ACCESS_KEY)
s3 = boto3.client('s3',
region_name=AWS_REGION, endpoint_url=AWS_ENDPOINT_URL, aws_access_key_id=AWS_ACCESS_KEY_ID, aws_secret_access_key=AWS_SECRET_ACCESS_KEY,)
# config=boto3.Config(request_checksum_calculation='when_required', response_checksum_validation='when_required')

photos_ = DF.Flow(
DFA.load_from_airtable(AIRTABLE_APP, 'Photos', view='Grid view', apikey=AIRTABLE_API_KEY),
Expand Down

0 comments on commit 56c0153

Please sign in to comment.