better logging totals counts

This commit is contained in:
Nick Sweeting 2019-03-22 21:38:24 -04:00
parent d06775923b
commit 096832210c
3 changed files with 98 additions and 89 deletions

View file

@ -69,7 +69,7 @@ def parse_links(source_file):
pass
timer.end()
return [], 'Plain Text'
return [], 'Failed to parse'
### Import Parser Functions