Skip to content

Commit fc8f2f5

Browse files
authored
Update 1. GG API.py
1 parent 8f6d14f commit fc8f2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/1. GG API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import googlemaps
1111

1212
# Requires API key
13-
gmaps = googlemaps.Client(key='AIzaSyBSzEO6ecgV6Kr8Vg-5dmb2ww4YFhyOM6s')
13+
gmaps = googlemaps.Client(key='') #Insert key
1414

1515
dir_name = os.path.dirname(os.path.realpath('__file__'))
1616
file ="9Aug19"

0 commit comments

Comments
 (0)