Actually put manifests in monthly folders, not daily

This commit is contained in:
Ayaz Salikhov
2023-11-06 20:35:30 +01:00
parent 5a2225e126
commit b97d0d6d91

View File

@@ -53,7 +53,7 @@ def get_manifest_timestamp(manifest_file: Path) -> str:
def get_manifest_month(manifest_file: Path) -> str: def get_manifest_month(manifest_file: Path) -> str:
return get_manifest_timestamp(manifest_file)[:10] return get_manifest_timestamp(manifest_file)[:7]
def remove_old_manifests(wiki_dir: Path) -> None: def remove_old_manifests(wiki_dir: Path) -> None: