Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobHumiliator committed Jan 6, 2024
1 parent 6053c54 commit f40dd54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weather_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
city = os.environ.get("CITY")

def get_weather(my_city):
print(my_city+"my_city??")
urls = ["http://www.weather.com.cn/textFC/hb.shtml",
"http://www.weather.com.cn/textFC/db.shtml",
"http://www.weather.com.cn/textFC/hd.shtml",
Expand Down

0 comments on commit f40dd54

Please sign in to comment.