medved/lib/tasks/worker.py
2018-04-03 02:47:50 +03:00

8 lines
162 B
Python

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