mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
Fix
This commit is contained in:
@@ -185,7 +185,7 @@ kwinCompositorReload(){
|
|||||||
# List available vaccine centers
|
# List available vaccine centers
|
||||||
cowin_list(){
|
cowin_list(){
|
||||||
curl -s -X GET \
|
curl -s -X GET \
|
||||||
"https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByDistrict?district_id=303&date=$(date +'%d-%m-%Y' --date '1 day')" \
|
"https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByDistrict?district_id=303&date=$(date +'%d-%m-%Y' --date '0 day')" \
|
||||||
-H "accept: application/json" \
|
-H "accept: application/json" \
|
||||||
-H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36' | jq
|
-H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36' | jq
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user