update @ Fri 23 Sep 02:28:23 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-23 02:28:23 +03:00
parent 60df59da5d
commit 90e23d4da9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 2 additions and 3 deletions

View file

@ -1 +0,0 @@
fe9cdebb971b9c7a0ec8da637eb91cde4663e5d871ea3ac7f107b1cd46413fac

View file

@ -607,7 +607,7 @@ def clean(config: Dict) -> Tuple[int, Dict]:
config["blog-dir"], config["blog-dir"],
"index.html", "index.html",
"content/*.min.*", "content/*.min.*",
"*.hash", "blog_json_hash.txt",
"manifest.json", "manifest.json",
} }
@ -649,7 +649,7 @@ def generate_metadata(config: Dict) -> Tuple[int, Dict]:
) )
with open(DEFAULT_CONFIG_FILE, "rb") as blog_api_file: with open(DEFAULT_CONFIG_FILE, "rb") as blog_api_file:
log(f"Generating hash for {DEFAULT_CONFIG_FILE!r}") log(f"Generating hash for {DEFAULT_CONFIG_FILE!r}", "HASH")
with open( with open(
f"{DEFAULT_CONFIG_FILE.replace('.', '_')}_hash.txt", "w" f"{DEFAULT_CONFIG_FILE.replace('.', '_')}_hash.txt", "w"