diff --git a/worker/zhaoan.py b/worker/zhaoan.py index dc8f6a2..df98571 100644 --- a/worker/zhaoan.py +++ b/worker/zhaoan.py @@ -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