Update pv fetching tool.

This commit is contained in:
Cotes Chung
2020-07-25 00:49:13 +08:00
parent ad48a9ab06
commit a624b9a472
2 changed files with 5 additions and 6 deletions

View File

@@ -29,8 +29,6 @@ check_status() {
update_files() {
bash _scripts/sh/create_pages.sh
bash _scripts/sh/dump_lastmod.sh
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
}