Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yucelkilic committed Dec 31, 2024
2 parents 5a9b044 + c560ee2 commit 7ecdee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def daterange(self, start_date, end_date):
for n in range(int((end_date - start_date).days)):
yield start_date + timedelta(n)

def get_current_meteo_data(self, station="T60"):
def get_current_meteo_data(self, station="RTT150"):

if station.upper() == "T60":
meteo_feed = feedparser.parse("http://t60meteo.tepe.trgozlemevleri.gov.tr/wxrss.xml")
Expand Down

0 comments on commit 7ecdee1

Please sign in to comment.