From 08978a189067c0d171b9d6771fbdfd6e44c06b80 Mon Sep 17 00:00:00 2001 From: SiHuan <49349784+Si-Huan@users.noreply.github.com> Date: Sun, 20 Sep 2020 23:24:48 +0800 Subject: [PATCH] Update zhaoan.py --- worker/zhaoan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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