Yulle commited on
Commit
9624474
·
1 Parent(s): 268ccda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -28,10 +28,9 @@ fs = project.get_feature_store()
28
 
29
  # %%
30
  #Load api keys
31
- load_dotenv()
32
- weather_api_key = os.getenv("weather_api_key")
33
- pressure_api_key = os.getenv("pressure_api_key")
34
- flight_api_key = os.getenv("flight_api_key")
35
 
36
 
37
  # %%
 
28
 
29
  # %%
30
  #Load api keys
31
+ weather_api_key = os.getenv("WEATHER_API_KEY")
32
+ pressure_api_key = os.getenv("PRESSURE_API_KEY")
33
+ flight_api_key = os.getenv("FLIGHT_API_KEY")
 
34
 
35
 
36
  # %%