Update zhaoan.py

This commit is contained in:
SiHuan 2020-09-20 23:24:48 +08:00 committed by GitHub
parent 0e447e167d
commit a6950ef8e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@ class Ans(StdAns):
def GETMSG(self):
msg = f'早上好,今天是{calendar()}\n\n'
msg += getWeather() + '\n\n'
# t = requests.get('https://v1.hitokoto.cn/?c=k&encode=text').text
t = ("预祝大家四六级考试顺利。")
t = requests.get('https://v1.hitokoto.cn/?c=k&encode=text').text
# t = ("预祝大家四六级考试顺利。")
msg += t
return msg