We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6d14f commit fc8f2f5Copy full SHA for fc8f2f5
code/1. GG API.py
@@ -10,7 +10,7 @@
10
import googlemaps
11
12
# Requires API key
13
-gmaps = googlemaps.Client(key='AIzaSyBSzEO6ecgV6Kr8Vg-5dmb2ww4YFhyOM6s')
+gmaps = googlemaps.Client(key='') #Insert key
14
15
dir_name = os.path.dirname(os.path.realpath('__file__'))
16
file ="9Aug19"
0 commit comments