pallupz / covid-vaccine-booking

This tool can be used to automate booking slots on Co-WIN Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Consider multiple OTP attempts

sixfooter opened this issue · comments

Enhancement to consider multiple OTP Attempts.
At present , when a user logs in a wrong OTP, then the application isnt succefully prompting and taking in the second OTP input.

This can be done, we can just call the generate_token_OTPfunction recursively where you are checking the status code of the token. what do you think ? @pallupz

This has been implemented in the latest version