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 f40dd54 commit 2092afd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions weather_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
openId = os.environ.get("OPEN_ID")
# 天气预报模板ID
weather_template_id = os.environ.get("TEMPLATE_ID")
# 城市
city = os.environ.get("CITY")

def get_weather(my_city):
print(my_city+"my_city??")
Expand Down Expand Up @@ -133,5 +131,4 @@ def weather_report(this_city):


if __name__ == '__main__':
weather_report(city)
# print(f"天气信息: {get_weather("淄博")}")
weather_report("淄博")

0 comments on commit 2092afd

Please sign in to comment.