Closed TamojitSaha closed 3 years ago
Thank you for reporting the issues. We are looking forward to it.
We have updated on this Issue kindly pull or clone the repository so that updates are made.
We have fixed this issue and a new commit has been done. Pull it from the repository or run an updated and check again if you face again issue. Please do let us know
https://github.com/bhavsec/reconspider/commit/e9f76844d75eee6f27630df1d90b8ea622d7f671
Describe the bug Error when using Phone Number option
To Reproduce Steps to reproduce the behavior:
python3 reconspider.py
PHONE NUMBER (919485247632) >> 919485247632
Traceback (most recent call last): File "reconspider.py", line 39, in
from core import repl_prompt
File "/root/reconspider/core/init.py", line 1, in
from .repl_prompt import *
File "/root/reconspider/core/repl_prompt.py", line 153, in
repl()
File "/root/reconspider/core/repl_prompt.py", line 64, in repl
Phonenumber(ph)
File "/root/reconspider/plugins/Phonenumber.py", line 17, in Phonenumber
print("Number: "+get['number'])
KeyError: 'number'