diff --git a/tubesync/sync/models.py b/tubesync/sync/models.py index 6bcac984..54fcdaa6 100644 --- a/tubesync/sync/models.py +++ b/tubesync/sync/models.py @@ -1163,7 +1163,7 @@ class Media(models.Model): try: self.reduce_data(json.loads(self.metadata)) except Exception as e: - log.error(f'reduce_data: {e.msg}') + log.exception('reduce_data: %s', e) pass try: