Update 106.py
This commit is contained in:
parent
849c390cb4
commit
6f33254e75
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ import requests
|
||||||
from zzcore import StdAns
|
from zzcore import StdAns
|
||||||
|
|
||||||
class Ans(StdAns):
|
class Ans(StdAns):
|
||||||
AllowGroup = [959613860]
|
AllowGroup = [959613860, 983250332]
|
||||||
def GETMSG(self):
|
def GETMSG(self):
|
||||||
seconds = int(requests.get("http://127.0.0.1:8095/").text)
|
seconds = int(requests.get("http://127.0.0.1:8095/").text)
|
||||||
m, s = divmod(seconds, 60)
|
m, s = divmod(seconds, 60)
|
||||||
h, m = divmod(m, 60)
|
h, m = divmod(m, 60)
|
||||||
return f'{h}小时{m}分钟{s}秒前有人来过。'
|
return f'{h}小时{m}分钟{s}秒前有人来过。'
|
||||||
|
|
Loading…
Reference in a new issue