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 17998cc commit 423d492Copy full SHA for 423d492
app.py
@@ -26,11 +26,7 @@
26
db = "geo.db"
27
28
# Make sure Google Maps API key is set
29
-# In terminal window, execute: export MAP_API_KEY=value
30
-#
31
if not os.environ.get("MAP_API_KEY"):
32
- # TO DELETE
33
- # map_api_key = "AIzaSyDnegNPWUO2qN9pMWUaW4fxcV1VGn64Tyc"
34
print("INFO: MAP_API_KEY not set")
35
print("INFO: Get a Google Maps API Key")
36
print("INFO: On terminal, excecute: 'export MAP_API_KEY=value'")
0 commit comments