update the path for the final files

This commit is contained in:
Andreas Zweili 2020-11-09 12:32:32 +01:00
parent 317668277f
commit 1d7f12b370
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import markdownify
def _build_path(title):
ressources_folder = "~/03_documents/ressources/"
ressources_folder = "~/03_documents/ressources/articles/"
base_filename = str(title)
short_path = os.path.join(ressources_folder, base_filename + ".md")
return os.path.expanduser(short_path)