improve logging of skipped links

This commit is contained in:
Nick Sweeting 2019-03-22 14:01:27 -04:00
parent 5101b30f02
commit 1c5732d5c6
3 changed files with 30 additions and 7 deletions

View file

@ -201,7 +201,6 @@ def write_link_index(out_dir, link):
link['updated'] = str(datetime.now().timestamp())
write_json_link_index(out_dir, link)
write_html_link_index(out_dir, link)
# print(' √ index.html, index.json')
def write_json_link_index(out_dir, link):
"""write a json file with some info about the link"""