From fb4dd780a762abc300415afa6685a83adc183761 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Tiwari <31995292+Rahul-Kumar-Tiwari@users.noreply.github.com> Date: Tue, 15 Oct 2019 11:39:00 +0530 Subject: [PATCH] comments are added --- Weather_API.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather_API.py b/Weather_API.py index b73a1d1..77f83a2 100644 --- a/Weather_API.py +++ b/Weather_API.py @@ -64,7 +64,7 @@ def show(): label_Cloudiness.config(text="{} %".format(cloudiness)) label_Longitude.config(text="{} ".format(lon)) label_Latitude.config(text="{} ".format(lat)) -def Location(): +def Location(): #this function for getting the location x=entry_2.get() y=entry_3.get() api_address=("http://api.openweathermap.org/data/2.5/weather?units=metric&appid=62e494ce9c2b59c2b686b2afa9b8e244&lon={}&lat={}").format(x,y)