small change

This commit is contained in:
roShan 2021-05-24 21:50:57 +05:30 committed by GitHub
parent 753f42a276
commit b47166b77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ class CoWinBook():
try: try:
msg = json.loads(msg)[0] msg = json.loads(msg)[0]
return msg return msg
finally: except KeyError:
raise Exception("Install Termux:API 0.31 Version for AutoMode ") raise Exception("Install Termux:API 0.31 Version for AutoMode ")
# Get OTP using DB hosted on Cloudflare and Attached with https://play.google.com/store/apps/details?id=com.gawk.smsforwarder # Get OTP using DB hosted on Cloudflare and Attached with https://play.google.com/store/apps/details?id=com.gawk.smsforwarder
elif self.otp == 's': elif self.otp == 's':