api/bin/worker.py
2024-01-15 13:32:24 +01:00

11 lines
251 B
Python

from piracyshield_component.config import Config
from piracyshield_service.task.worker import TaskWorkerService
# available tasks list
from piracyshield_service.task.tasks.test import test_task_caller
service = TaskWorkerService()
service.start()