diff --git a/fetch.sh b/fetch.sh index 976ee0a..5c2f5b0 100755 --- a/fetch.sh +++ b/fetch.sh @@ -49,7 +49,9 @@ function fetch_class() { for i in A B E F 9; do total=$(fetch_total_pages "IN$i") + echo "::group::IN$i (Total=$total)" fetch_class "IN$i" $total + echo "::endgroup::" done sem --wait \ No newline at end of file