medved/lib/tasks/worker.py

8 lines
162 B
Python
Raw Normal View History

2018-04-02 22:41:10 +00:00
from lib.plugin import Manager
2018-04-02 23:47:50 +00:00
# legacy
2018-04-02 22:41:10 +00:00
def worker(host, plugin):
p = Manager.get_plugin(plugin)
p.Plugin.Pipeline(host, plugin)
del p
2018-04-02 23:47:50 +00:00
# cool bro