formatting

This commit is contained in:
Osman Faruk Bayram 2025-03-08 05:02:44 +03:00
parent 5870b4e675
commit 01476f4758
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@ get_wanikani()
wanikani_reviews=$(curl -s -H "Authorization: Bearer 2da24e4a-ba89-4c4a-9047-d08f21e9dd01" "https://api.wanikani.com/v2/assignments?immediately_available_for_review=true" | jq '.total_count')
wanikani_lessons=$(curl -s -H "Authorization: Bearer 2da24e4a-ba89-4c4a-9047-d08f21e9dd01" "https://api.wanikani.com/v2/assignments?immediately_available_for_lessons=true" | jq '.total_count')
echo "$wanikani_reviews reviews $wanikani_lessons lessons"
echo "$wanikani_lessons lessons $wanikani_reviews reviews"
}
main()
@ -17,3 +17,4 @@ main()
}
main

View file

@ -33,3 +33,4 @@ main()
}
main