Skip to content

Commit

Permalink
Cleaned up some code
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkroth committed Mar 20, 2012
1 parent 0b4345d commit 3a19c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Expand Up @@ -62,7 +62,7 @@ def create_location():
address = data['address']

# Send posted address to google geocoding service
g = geocoders.Google('AIzaSyAy-IjYRXblGpiEA-2zlXuKOlBX_SjrShU')
g = geocoders.Google('api-goes-here')
(place, (latitude, longitude)) = g.geocode(address)

data['address'] = place
Expand Down

0 comments on commit 3a19c1d

Please sign in to comment.