Update zhaoan.py
This commit is contained in:
parent
0e447e167d
commit
a6950ef8e8
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ class Ans(StdAns):
|
||||||
def GETMSG(self):
|
def GETMSG(self):
|
||||||
msg = f'早上好,今天是{calendar()}\n\n'
|
msg = f'早上好,今天是{calendar()}\n\n'
|
||||||
msg += getWeather() + '\n\n'
|
msg += getWeather() + '\n\n'
|
||||||
# t = requests.get('https://v1.hitokoto.cn/?c=k&encode=text').text
|
t = requests.get('https://v1.hitokoto.cn/?c=k&encode=text').text
|
||||||
t = ("预祝大家四六级考试顺利。")
|
# t = ("预祝大家四六级考试顺利。")
|
||||||
msg += t
|
msg += t
|
||||||
return msg
|
return msg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue