From 6f33254e75163e826ab807625f60564089514e35 Mon Sep 17 00:00:00 2001 From: MocyRee <50027802+MocyRee@users.noreply.github.com> Date: Sun, 25 Oct 2020 19:04:17 +0800 Subject: [PATCH] Update 106.py --- worker/106.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/106.py b/worker/106.py index 41619d6..daf366e 100644 --- a/worker/106.py +++ b/worker/106.py @@ -2,9 +2,9 @@ import requests from zzcore import StdAns class Ans(StdAns): - AllowGroup = [959613860] + AllowGroup = [959613860, 983250332] def GETMSG(self): seconds = int(requests.get("http://127.0.0.1:8095/").text) m, s = divmod(seconds, 60) h, m = divmod(m, 60) - return f'{h}小时{m}分钟{s}秒前有人来过。' \ No newline at end of file + return f'{h}小时{m}分钟{s}秒前有人来过。'