divagicha / CoWIN-Vaccine-Appointment-Booking

Script to automate COVID-19 vaccination slot booking on India's Co-WIN Platform
11 stars 4 forks source link

Mobile number starting with 6 is not accepting #4

Closed ansi82 closed 3 years ago

divagicha commented 3 years ago

Thank you for pointing this out. The program was doing a basic regex match for validating the mobile number. I've updated the code and it will now accept mobile numbers starting with '6' as well.

Kindly download the zip again and re-run the script. Let me know if it works for you now.

ansi82 commented 3 years ago

thanks solved