1
0

Output old page URLs to jekyll_paths.csv

This commit is contained in:
2022-01-23 00:44:03 +01:00
parent 893177b40e
commit 89bd0f7367

View File

@@ -11,6 +11,9 @@ import jekyllreader
import s9ywriter
logtxt = open("jekyll_paths.csv", "wt")
logtxt.write("jekyll_path,s9y_entry_id\n")
with open("config.yaml", "rt") as f:
config = yaml.load(f)