Skip to content

Commit

Permalink
chore: quality changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 15, 2024
1 parent a760149 commit 08ab265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion event_routing_backends/utils/xapi_lrs_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ def bulk_send(self, statement_data):
try:
response = self.lrs_client.save_statements(statement_data)
except JSONDecodeError:
logger.warning(f"JSON Decode Error, this may indicate that all sent events are already stored: {statement_data}")
logger.warning(
f"JSON Decode Error, this may indicate that all sent events are already stored: {statement_data}"
)

if not response:
return
Expand Down

0 comments on commit 08ab265

Please sign in to comment.