We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcc3f4 commit 8da318cCopy full SHA for 8da318c
main.py
@@ -39,7 +39,7 @@ def query_city_weather(self, city):
39
st.markdown(f"{item['province'] + item['city']} is as follows:")
40
for cast in item['casts']:
41
st.markdown(
42
- f"**{cast['date']}** :`dayweather`:{cast['dayweather']},`nightweather`:{cast['nightweather']}, `daytemp`: {cast['daytemp']}, `nighttemp`:{cast['nighttemp']}")
+ f"**{cast['date']}** :`dayweather`:{cast['dayweather']}, `nightweather`:{cast['nightweather']}, `daytemp`: {cast['daytemp']}, `nighttemp`:{cast['nighttemp']}")
43
44
@staticmethod
45
def send_email(to_email, title, body):
0 commit comments