ident item
This commit is contained in:
parent
3c3bffe00d
commit
4d971a44cc
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue