medved/lib/tasks/worker.py
Good Evening d782c2eb70 pew pew
2018-04-03 01:41:10 +03:00

7 lines
139 B
Python

from lib.plugin import Manager
def worker(host, plugin):
p = Manager.get_plugin(plugin)
p.Plugin.Pipeline(host, plugin)
del p