Skip to content

Commit 423d492

Browse files
committed
Minor edits
1 parent 17998cc commit 423d492

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626
db = "geo.db"
2727

2828
# Make sure Google Maps API key is set
29-
# In terminal window, execute: export MAP_API_KEY=value
30-
#
3129
if not os.environ.get("MAP_API_KEY"):
32-
# TO DELETE
33-
# map_api_key = "AIzaSyDnegNPWUO2qN9pMWUaW4fxcV1VGn64Tyc"
3430
print("INFO: MAP_API_KEY not set")
3531
print("INFO: Get a Google Maps API Key")
3632
print("INFO: On terminal, excecute: 'export MAP_API_KEY=value'")

0 commit comments

Comments
 (0)