api/bin/worker.py

11 lines
251 B
Python
Raw Normal View History

2024-01-15 13:32:24 +01:00
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()