Skip to content

Commit

Permalink
fix: move JSONDecodeError catch statement to xapi lrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 15, 2024
1 parent ea5681c commit 1a0e382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_routing_backends/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from celery.utils.log import get_task_logger
from celery_utils.persist_on_failure import LoggedPersistOnFailureTask
from django.conf import settings

from event_routing_backends.processors.transformer_utils.exceptions import EventNotDispatched
from event_routing_backends.utils.http_client import HttpClient
from event_routing_backends.utils.xapi_lrs_client import LrsClient
Expand Down

0 comments on commit 1a0e382

Please sign in to comment.