mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-16 08:59:00 +00:00
sendat 修复循环次数恒定为 1
This commit is contained in:
parent
e53ae25104
commit
ee44f4c8a4
@ -292,7 +292,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sendat",
|
"name": "sendat",
|
||||||
"version": "1.0",
|
"version": "1.001",
|
||||||
"section": "chat",
|
"section": "chat",
|
||||||
"maintainer": "xtaodada",
|
"maintainer": "xtaodada",
|
||||||
"size": "12.2 kb",
|
"size": "12.2 kb",
|
||||||
|
@ -128,7 +128,7 @@ class SendTask:
|
|||||||
raise ValueError("Invalid task format")
|
raise ValueError("Invalid task format")
|
||||||
if no_date:
|
if no_date:
|
||||||
self.interval = True
|
self.interval = True
|
||||||
self.time_limit = 1
|
self.time_limit = self.time_limit if self.time_limit > 0 else 1
|
||||||
|
|
||||||
|
|
||||||
class SendTasks:
|
class SendTasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user