From 20cae92a30c7d2a10b1da935cb60010e0420979e Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 23 Oct 2023 13:39:32 -0400 Subject: [PATCH] fix the script --- doab_check/templates/api.html | 2 +- scripts/dump_checks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doab_check/templates/api.html b/doab_check/templates/api.html index 4bac990..181f9f2 100644 --- a/doab_check/templates/api.html +++ b/doab_check/templates/api.html @@ -49,7 +49,7 @@ Bulk download

A zipped CSV file of all the active urls and the results of our most recent check is available at:
-https://doab-check.ebookfoundation.org/static/doab_checks.csv.zip.
This file is updated roughly once a day. +https://doab-check.ebookfoundation.org/static/doab_checks.csv.gz.
This file is updated roughly once a day.

diff --git a/scripts/dump_checks.sh b/scripts/dump_checks.sh index 2f27391..1186f80 100755 --- a/scripts/dump_checks.sh +++ b/scripts/dump_checks.sh @@ -4,4 +4,4 @@ cd /home/ubuntu/doab-check /home/ubuntu/.local/bin/pipenv run python manage.py dump_checks >> dump_checks.log gzip dump_checks.csv -mv dump_checks.zip static/dump_checks.zip \ No newline at end of file +mv dump_checks.zip static/dump_checks.csv.zip \ No newline at end of file