Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawajs committed Jan 17, 2025
1 parent 68d8d7f commit 99086bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/add-rating.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import os

gmaps = googlemaps.Client(key='AIzaSyA1KfNPR3f0Qp1sFkFBfo70kcWQAsQanmQ')
gmaps = googlemaps.Client(key='')

def get_place_rating(lat, lng):
# Retrieve place details using the coordinates
Expand Down

0 comments on commit 99086bc

Please sign in to comment.