mirror of
https://github.com/truroshan/py-cowin-termux
synced 2025-04-21 09:44:35 +05:30
small change
This commit is contained in:
parent
753f42a276
commit
b47166b77e
2
cowin.py
2
cowin.py
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue