Skip to content

Commit

Permalink
Update members_geocoder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Brown01 committed Dec 26, 2023
1 parent d3ec91f commit 5e09429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/members_geocoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def generate_members_info(AIRTABLE_API_KEY, AIRTABLE_APP_KEY, AIRTABLE_TBL_KEY,

members = table.all()

members_list = hash([x['fields'] for x in members])
members_list = hash(tuple([x['fields'] for x in members]))

path = Path("public")

Expand Down

0 comments on commit 5e09429

Please sign in to comment.