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