diff options
| -rwxr-xr-x | convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ def get_metadata(html_file_path): # metadata += "title: {}".format(title_metadata) authors_metadata = _get_metadata(html_file_path, get_author) - metadata += "title: {}".format(authors_metadata) + os.linesep + metadata += "authors: {}".format(authors_metadata) + os.linesep tags_metadata = _get_metadata(html_file_path, get_tags) if tags_metadata: |
