summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 0d7875a..b833ef8 100644
--- a/api.py
+++ b/api.py
@@ -147,7 +147,7 @@ class Processor(joblib.worker.Worker):
logging.debug("%s: requesting jobs for %s",
jobid, obj_id)
self._priorities.append(priority)
- if table == "player":
+ if table == "player" or table == "participant":
self._compilejobs.append(payload)
if table == "participant":
self._analyzejobs.append(payload)