In import_logs.py I added an additional line that includes the azw3 file extension:
DOWNLOAD_EXTENSIONS = (
<default filetypes>
'azw3 epub mobi'
).split()
The reports generated from this script will mark epub and mobi as file downloads, but not azw3.
In import_logs.py I added an additional line that includes the azw3 file extension:
The reports generated from this script will mark epub and mobi as file downloads, but not azw3.