medved/lib/tasks/worker.py
2018-07-28 15:21:15 +03:00

9 lines
176 B
Python

from lib.plugin import Manager
# legacy
# why legacy?
def worker(host, plugin):
p = Manager.get_plugin(plugin)
p.Plugin.Pipeline(host, plugin)
del p
# cool bro