coolfrxcrazy commited on
Commit
d49890c
·
verified ·
1 Parent(s): 9e07d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import time
9
 
10
  # Load environment variables and initialize the Google Maps API client
11
  # load_dotenv()
12
- # API_KEY = os.getenv('GOOGLE_MAPS_API_KEY_3')
13
  gmaps = googlemaps.Client(key='AIzaSyBvsVrsscV50q6bVV7ofEm2tzCz08F1k1A')
14
 
15
  # Define avoided segments globally
 
9
 
10
  # Load environment variables and initialize the Google Maps API client
11
  # load_dotenv()
12
+ API_KEY = 'AIzaSyBvsVrsscV50q6bVV7ofEm2tzCz08F1k1A'
13
  gmaps = googlemaps.Client(key='AIzaSyBvsVrsscV50q6bVV7ofEm2tzCz08F1k1A')
14
 
15
  # Define avoided segments globally