mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-22 07:08:19 +00:00
sendat 支持到 168 小时
This commit is contained in:
parent
9c6b13a06d
commit
b5016d73b9
@ -112,7 +112,7 @@ class SendTask:
|
|||||||
self.minute = self.check_time(data[i - 1], 0, 60)
|
self.minute = self.check_time(data[i - 1], 0, 60)
|
||||||
elif data[i] == "hours":
|
elif data[i] == "hours":
|
||||||
format_right = True
|
format_right = True
|
||||||
self.hour = self.check_time(data[i - 1], 0, 24)
|
self.hour = self.check_time(data[i - 1], 0, 168)
|
||||||
elif data[i] == "times":
|
elif data[i] == "times":
|
||||||
self.interval = True
|
self.interval = True
|
||||||
self.time_limit = int(self.check_time(data[i - 1], min_value=1))
|
self.time_limit = int(self.check_time(data[i - 1], min_value=1))
|
||||||
|
Loading…
Reference in New Issue
Block a user