From d941f32194f096c145adb728c7190258eaa5a843 Mon Sep 17 00:00:00 2001 From: SiHuan Date: Wed, 11 Aug 2021 22:45:47 +0800 Subject: [PATCH] genshin zaoan --- worker/zhaoan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/zhaoan.py b/worker/zhaoan.py index 5b5d1d1..1a3eb5e 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