调整定时任务运行方式,更新依赖
This commit is contained in:
@@ -3,5 +3,5 @@ class BasePlugin:
|
||||
self.plugin_name = plugin_name
|
||||
self.title = title
|
||||
|
||||
def run_plugin(self, callback):
|
||||
def run_plugin(self):
|
||||
raise NotImplementedError("Subclasses must implement run_plugin method")
|
||||
|
||||
Reference in New Issue
Block a user