mirror of
https://github.com/TeamPGM/PagerMaid_Plugins_Pyro.git
synced 2024-11-16 05:45:24 +00:00
sendat fix #54
This commit is contained in:
parent
99ad91f62c
commit
ace5189ae5
@ -292,7 +292,7 @@
|
||||
},
|
||||
{
|
||||
"name": "sendat",
|
||||
"version": "1.004",
|
||||
"version": "1.005",
|
||||
"section": "chat",
|
||||
"maintainer": "xtaodada",
|
||||
"size": "12.2 kb",
|
||||
|
@ -128,7 +128,7 @@ class SendTask:
|
||||
raise ValueError("Invalid task format")
|
||||
if no_date:
|
||||
self.interval = True
|
||||
self.time_limit = self.time_limit if self.time_limit > 0 else 1
|
||||
self.time_limit = self.time_limit if self.time_limit > 0 else -1
|
||||
|
||||
|
||||
class SendTasks:
|
||||
|
Loading…
Reference in New Issue
Block a user