mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up conf for several websites
This commit is contained in:
parent
dbaaa6520f
commit
9177d16940
7 changed files with 106 additions and 197 deletions
|
@ -168,7 +168,8 @@ def ouvrir_fichier(chemin_fichier):
|
|||
contenu = fichier.read()
|
||||
return contenu
|
||||
else:
|
||||
raise FileNotFoundError(f"Le fichier {chemin_fichier} n'existe pas.")
|
||||
print(f"Le fichier {chemin_fichier} n'existe pas.")
|
||||
return ''
|
||||
|
||||
liste_fichiers_du_blog_convertis = os.walk(html_pages)
|
||||
mylog('fichiers à enrichir:', liste_fichiers_du_blog_convertis)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue