Browse Source

修改

master
Zhiyong Wu 3 years ago
parent
commit
3fbb00f2b2
2 changed files with 2 additions and 3 deletions
  1. +1
    -0
      scripts/get_coco.sh
  2. +1
    -3
      templates/about.html

+ 1
- 0
scripts/get_coco.sh View File

@@ -20,3 +20,4 @@ for f in $f1 $f2 $f3; do
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f & # download, unzip, remove in background curl -L $url$f -o $f && unzip -q $f -d $d && rm $f & # download, unzip, remove in background
done done
wait # finish background tasks wait # finish background tasks


+ 1
- 3
templates/about.html View File

@@ -5,6 +5,4 @@
<h2>Instructions</h2> <h2>Instructions</h2>
<p>Add instructions here</p> <p>Add instructions here</p>


{% endblock %}


{% endblock %}

Loading…
Cancel
Save