ident item

This commit is contained in:
Antonio J. Delgado 2024-12-28 19:25:30 +02:00
parent 3c3bffe00d
commit 4d971a44cc

View file

@ -7,6 +7,7 @@
import sys import sys
import os import os
import json
import logging import logging
from logging.handlers import SysLogHandler from logging.handlers import SysLogHandler
import click import click
@ -81,7 +82,7 @@ class GetPeertubeVideos:
else: else:
self._log.error( self._log.error(
"Unrecognize item in feed. %s", "Unrecognize item in feed. %s",
item json.dumps(item, indent=2)
) )
return None return None
for attachment in attachments: for attachment in attachments: