always show all totals in log output

This commit is contained in:
Nick Sweeting 2022-05-09 21:21:26 -07:00
parent d05510f844
commit f6d6a06c78
2 changed files with 6 additions and 4 deletions

View file

@ -8,6 +8,7 @@ For examples of supported import formats see tests/.
__package__ = 'archivebox.parsers'
import re
import os
from io import StringIO
from typing import IO, Tuple, List, Optional