mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
concludes logging standardization refactor
This commit is contained in:
@@ -35,7 +35,7 @@ class HtmlFormatter(Formatter):
|
||||
def format(self, item: Metadata) -> Media:
|
||||
url = item.get_url()
|
||||
if item.is_empty():
|
||||
logger.debug("nothing to format, skipping")
|
||||
logger.debug("Nothing to format, skipping")
|
||||
return
|
||||
|
||||
content = self.template.render(
|
||||
|
||||
Reference in New Issue
Block a user