Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SourabGarg authored Sep 21, 2023
1 parent b6f9521 commit cd0510d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

app = Flask(__name__)

my_latitude = 32.21
my_longitude = 76.32
my_latitude = Your Latitude
my_longitude = Your Longitude
weather_api_key = "YOUR API"
weather_url = f"http://api.openweathermap.org/data/2.5/weather?lat={my_latitude}&lon=" \
f"{my_longitude}&appid={weather_api_key}"
Expand Down

0 comments on commit cd0510d

Please sign in to comment.