缓存模块和采集模块
This commit is contained in:
6
plugins/sender/sender.py
Normal file
6
plugins/sender/sender.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from plugins import BaseModule
|
||||
|
||||
class sender(BaseModule):
|
||||
def __init__(self, config):
|
||||
super.__init__(config)
|
||||
self.delect_queue = None
|
||||
Reference in New Issue
Block a user