Unable to change default yes/no to True so that upon pressing return with no key selected method returns True
I've assigned True to default in yesno.py and reloaded it in my module with importlib.reload() for Python 3.7 but pressing return still defaults to False. I've also deleted all cache files but it still doesn't work.
Edited by whistletoe