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 Nov 22, 2023
1 parent 273a7af commit d267857
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 @@ -20,7 +20,7 @@

api = pyairtable.Api(MEMBERS_INFO)

table = api.table('appsZsPVQ4n7ujxSJ','tblvVPeXE15ZbA68T')
table = api.table('appsZsPVQ4n7ujxSJ','tblvVPeXE15ZbA68T', 'viwn6b1qQHxfxvTXX')

members = table.all()

Expand Down

0 comments on commit d267857

Please sign in to comment.