1
This commit is contained in:
parent
15591fd7ae
commit
75bca68aeb
2
app.py
2
app.py
@ -52,7 +52,7 @@ class XProcess(Process):
|
|||||||
obj = getattr(handler_event, type_)
|
obj = getattr(handler_event, type_)
|
||||||
obj(msg)
|
obj(msg)
|
||||||
elif type_ == settings.STOP_SIGNAL:
|
elif type_ == settings.STOP_SIGNAL:
|
||||||
continue
|
# continue
|
||||||
# 1 小时内有效
|
# 1 小时内有效
|
||||||
if msg.get('#time', 0) + 3600 < int(time.time()):
|
if msg.get('#time', 0) + 3600 < int(time.time()):
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user