Open
Description
Forgot to work on this but search.py
has a hardcoded number of solutions that open in the browser. You can add a new feature to prompt the user to ask for the number of solutions they need once the error shows up
Files to edit: search.py
Detailed Explanation:
pyoverflow3.submit_error(str(stderr),2)
This line in search.py
has a hardcoded number 2 into it representing 2 solutions to be opened in the browser.
Instead, prompt the user immediately after the error appears asking for the no of solutions they need